故障现象1: 启动mysql时报:Starting MySQL.Manager of pid-file quit
without updating fi[FAILED]
原因: 用my-large.cnf 覆盖 /etc/my.cnf时,发生上述报错,无法启动mysql, 上述报错主要是由于my.cnf里的条目不正确导致的。
已经确认的条目是: table_open_cache = 256 =====>修改为: table_cache = 256 (正确)
解决方法: 先备份/etc/my.cnf,然后在my.cnf 里修改,增加条目,在测试系统上测试没问题后,再复制到正式系统,启动mysql
阅读(759) | 评论(0) | 转发(0) |