MySQL Daemon failed to start.
- by matthewsteiner
There were no updates when I ran yum update. I was trying to install php-soap (which was failing), and online I found I should run this:
wget -q -O - http://www.atomicorp.com/installers/atomic.sh |sh
After running that, then "yum install php-soap" ran successfuly. Then I ran yum update just to check for updates and said yes for some packages. I noticed there were some mysql ones and such. Now mysql isn't running anymore and it won't let me start it (I get "MySQL Daemon failed to start")
Ideas?