I have mysql5 with DA from custombuild.
Today my mysql is broken.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I read to make a link to /tmp/mysql.sock -> /var/run/mysqld/mysqld.sock etc.
On my server there is no such file anywhere mysql.sock
It's my all config file from mysql (and may they not? )
#/etc/my.cnf
[mysqld]
local-infile=0
How can I fix this?
I have a lot on the server database and I do not want to lose this data.
Today my mysql is broken.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I read to make a link to /tmp/mysql.sock -> /var/run/mysqld/mysqld.sock etc.
On my server there is no such file anywhere mysql.sock
It's my all config file from mysql (and may they not? )
#/etc/my.cnf
[mysqld]
local-infile=0
How can I fix this?
I have a lot on the server database and I do not want to lose this data.