Hi all,
My Linode has been running perfect for well over a year, then last night I noticed my MySQL server (on the same Linode) stopped running.
It's a Ubuntu 10.10 image with nginx & mysql.
I made no changes so have no idea why this happened.
using:
Code:
/etc/init.d/mysql restart
results in:
Quote:
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql restart
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the restart(8) utility, e.g. restart mysql
start: Job failed to start
so, I tried:
Quote:
mysql -u root -p *****
and I get:
Code:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
any ideas what I need to do to get this fixed?