[转载]关于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 





相关文章:

  • 2021-10-12
  • 2021-12-03
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-17
  • 2018-07-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-09-22
相关资源
相似解决方案