使用命令:
/etc/init.d/ldap stop // 关闭ldap
chkconfig mysql on // 开启MySQL自启动
/etc/init.d/mysql start // 手动启动MySQL
一切正常了。