首页 > 代码库 > Using unique option prefix myisam-recover instead of myisam-recover-option
Using unique option prefix myisam-recover instead of myisam-recover-option
[转载]关于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
来自为知笔记(Wiz)
Using unique option prefix myisam-recover instead of myisam-recover-option
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。