Linux – Timeout error occurred trying to start MySQL Daemon

centos5linuxMySQL

Timeout error occurred trying to start MySQL Daemon.

The above error comes when i run the following command "service mysqld start"

this error comes on centos 5 after reboot the system

please help me i'm a new bie on centos 5 and i'm stuck here

Best Answer

Check if mysql process isn't already running.

Also check in my.cnf if you have correct bind-address parameter set. It could be either 0.0.0.0, 127.0.0.1 or your external IP. If it's some other IP, it could cause the problem.