这里写自定义目录标题
Mysql异常解决
[Warning] InnoDB: Difficult to find free blocks in the buffer pool
场景
16G 8C服务器下搭建mysql5.7
大数据量下聚合查询几个小时未跑通,导致mysql崩溃,无法连接,无法停止
解决方法
[root@test log]# tail -f 100 /var/log/mysqld
微信扫一扫
[Warning] InnoDB: Difficult to find free blocks in the buffer pool
16G 8C服务器下搭建mysql5.7
大数据量下聚合查询几个小时未跑通,导致mysql崩溃,无法连接,无法停止
[root@test log]# tail -f 100 /var/log/mysqld
相关推荐