此前在工作中。由于客户的磁盘空间报警没怎么注意。空间不足引起了下面可能发生的mysql问题

1    mysql进程起不来

2    mysql无法正常关闭,必须kill -9

3    mysql能起来,可是用户连接失败。telnet  3306port不通

4    mysql能连接上,可是会堵塞大部分查询。比方能showprocesslist,可是select * frominformation_schema.processlist 时会报错:Incorrect key filefor table 'sql-5.5/47c6ab14-b805-4cd3-bbe0-b8a866927d5a/tmp/#sql_344a_0.MYI';try to repair it

相关文章:

  • 2021-05-17
  • 2021-12-25
  • 2021-09-17
  • 2021-10-08
  • 2021-11-26
  • 2021-09-25
  • 2021-11-14
猜你喜欢
  • 2021-06-01
  • 2021-12-25
  • 2022-01-06
  • 2021-12-26
  • 2021-08-15
  • 2021-12-25
  • 2022-12-23
相关资源
相似解决方案