PDA

View Full Version : mysql error


boeing747fp
12-28-2003, 02:10 AM
get this error when trying to open phpmyadmin on IIS 6.0/PHP4
-----------------
MySQL said:

#2004 - Can't create TCP/IP socket (5)

vids
12-30-2003, 04:20 PM
Is youre MYSQL server running?

try the following command if you are using Linux:

$> ps waux | grep mysql

this should tell you if your mysql demon is running

Hope this helps :thumbsup: