sanvila wrote:
Is the MySQL daemon running at all? (Try "service mysql restart")
Mine died today, victim of oom killer, and your error message is exactly what I saw when trying to use mysql command line client.
BTW: You should not really need to change location of lock file. The default value should work.
A sincere thank you for trying. I appreciate it.
Since a bunch of other services I have rely on it being set to /tmp/mysql.sock (yes yes, I _could_ change them but this is almost now a matter of principle) I prefer to have it set to that.
Yes, mysql is running. It's serving my sites and services well. Alive and kicking with some 40 queries per second so mysql in itself is not the problem.
Perhaps I need to add a new [longview] section in my.cnf with the socket path set (already tried that very thing and no go).
Any other ideas? Thanks.