tags:

views:

47

answers:

1

i have started mysql server but the /tmp/mysql.socket file is missing.

Can't connect to local MySQL server through socket '/tmp/mysql.socket'

what to do?

thanks

+2  A: 

Your socket's probably elsewhere, most likely /var/run/mysqld/mysql.sock. If there's a /etc/my.cnf or /etc/my.ini, the location will be specified there.

Marc B
+1 This page agrees: http://www.oraforecast.com/orawiki/index.php/Howto_upgrade_MySQL_at_Ubuntu_Linux
Bill Karwin