码迷,mamicode.com
首页 > 其他好文 > 详细

Using unique option prefix myisam-recover instead of myisam-recover-option

时间:2014-12-19 17:06:46      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:

[转载]关于mysql error.log报"Using unique option prefix myisam-recover instead of myisam-recover-options ..."
转载:http://blog.csdn.net/cloud_xy/article/details/21756601

启动时日志中有这个警告的:

[Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
根据提示,只需修改配置文件 /etc/mysql/my.cnf 中 参数名 myisam-recover  为  myisam-recover-options  即可 ,就是在后面追加 -options  ,变成全称即可。改完保存重启服务。


附:

# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover-options         = BACKUP 





Using unique option prefix myisam-recover instead of myisam-recover-option

标签:

原文地址:http://www.cnblogs.com/djinmusic/p/4174153.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!