PDA

View Full Version : MySQL problem: What does this mean?


Lilac
09-08-2002, 02:01 PM
Warning: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/httpd/html/forum_/admin/db_mysql.php on line 40

Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/httpd/html/forum_/admin/db_mysql.php on line 40

scsa20
09-09-2002, 07:21 AM
it means it can't connect to the database... check your config file to make sure you put in the correct database name, password, username, and the location (usually "localhost").

Lilac
09-09-2002, 02:38 PM
ok, thanks.

Lilac
09-10-2002, 02:03 PM
Originally posted by scsa20
it means it can't connect to the database... check your config file to make sure you put in the correct database name, password, username, and the location (usually "localhost").

Everything is correct but the problem is still there. Is it possible that the site was hacked?

g-force2k2
09-10-2002, 06:14 PM
make sure the database name is correct... and if you're still having a problem try and create a user for that mysql in phpmyadmin and then update the config username and password to the updated info... regards...

g-force2k2