I run Apache and MySQL on my laptop for web development and the latest updates seem to have broken MySQL. When I attempt to start it I get the following error:
The /var/run/mysqld directory doesn't even exist. Since this has never been a problem before, I'm not sure if the directory was previously there and now gone or if it has always been located in a different place.
Code:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Comment