关于mysql error.log报"Using unique option prefix myisam-recover instead of myisam-recover-options ..."

来源:互联网 发布:阿尔法宝贝复制软件 编辑:程序博客网 时间:2024/06/04 20:17

系统:Ubuntu13.10 x64

MySQL:5.5.35


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

[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 

0 0
原创粉丝点击