Yes check to make sure mysqld is running.
ps -aux|grep mysql
If you don't see mysql, then start mysql.
service mysql start
If your running red hat.
Dan
On Oct 14, 2003, at 4:52 PM, [EMAIL PROTECTED] wrote:
phpinfo() says:
MySQL Support enabled
MYSQL_SOCKET /var/lib/mysql/mysql.sock
but in fact the file /var/lib/mysql/mysql.sock doesn't exists.
So I understand that the first step is to check the configuration of MySQL,
is it?
"Dan Brunner" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED]Hello!!
Does that file "/var/lib/mysql/mysql.sock" exist?!!?!?
Check to make sure mysql is running.
Dan
On Oct 14, 2003, at 4:34 PM, [EMAIL PROTECTED] wrote:
I'm starting to use MySQL, well, trying to, and I get the next message:
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
The manual says that mysql_connect() can be called without arguments. That's what I'm doing.
What's wrong?
Thanks, Gabriel.
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php