Error: 2004 - CR_IPSOCK_ERROR
March 11th, 2009
Description:
Message: Can’t create TCP/IP socket %d
Description:
Message: Can’t create TCP/IP socket %d
MySql-Client 2004 (cr_ipsock_error), cr_ipsock_error, cr_ipsock_error solutions, erro 2004 mysql, liquiphed dm, lrm-00118: syntax error at '=' at the end of input, mysql 2004 can't create tcp/ip socket (65535), mysql cr_ipsock_error, mysql error 2004, mysql error 2004 in c
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.