关于mysql error.log报"Using unique option prefix myisam-recover instead of myisam-recover-options …"
系统: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
,变成全称即可。改完保存重启mysql服务。
完整配置信息如下:
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover-options = BACKUP
注: 本文原文最初发表在我的CSDN博客,现归档于此。
版权声明:知识共享署名-非商用-非衍生 (CC BY-NC-ND 3.0) 转载请注明出处