I'm running a LNMP stack, and for the second time in as many weeks the mysql server has died. I used the nginx auto installer from
http://www.ruchirablog.com/nginx-autoinstaller/
When I try to restart the lnmp stack, I get the following error - "
* MySQL manager or server PID file could not be found!"
Last time I was able to get it back up and running again by performing the following steps...
1. Running ps auxf | grep mysqld
2. Killing all running mysql related processes.
3. Rebooting the linode
4. Restarting lnmp.
It doesn't seem to be working this time. Any suggestions?[/list]