Error: 2004 - CR_IPSOCK_ERROR

  • Share
  • Share

Description:
Message: Can’t create TCP/IP socket %d

MySql-Client , , , , , , , , ,

  1. admin
    April 8th, 2009 at 15:09 | #1

    Try the following solutions:
    a. Check any firewall application that you is running on the NT machine.
    b. Check if you have ran out of file descriptors.
    c. In ISP, name resolution might have been disabled for some PHP functions. Try expliciting port and IP address for the database host. Example:
    mysql_connect(“:”,…);
    d. Verify if port is open and accepting connections by connecting via telnet:
    Telnet
    e. Use named pipes to connect to MySQL
    f. This might also be a permission-related issue. Try replicating by adding and removing users and groups from the Users group.

  1. No trackbacks yet.