Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]
Stopping MySQL: [FAILED]
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Fatal Error: Could not connect to Mysql Localhost using user root and password ""
If this is a brand new install, you can completely remove mysql by running the commands below
rm -rf /var/lib/mysql
rpm -e mysql-server
And then run the installer again
倒着就完了。。。