MySQL 启动报错:‘–skip-locking’ is deprecated and will be removed

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


系统错误日志:
110301 04:17:49 mysqld_safe Starting mysqld daemon with databases from /data/mysql
110301 4:17:49 [Warning] ‘–skip-locking’ is deprecated and will be removed in a future release. Please use ‘–skip-external-locking’ instead.
问题解决方案:

检查MySQL配置文件,将my.ini里面的skip-locking 改为skip-external-locking,重启MySQL。