'--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-exter


110301 04:17:49 mysqld_safe Starting mysqld daemon withdatabases from /data/mysql

110301  4:17:49 [Warning] '--skip-locking' isdeprecated and will be removed in a future release. Please use'--skip-external-locking' instead.

解决方法:

将/etc/my.cnf里面的skip-locking改为skip-external-locking
重启mysql