mysql内存占用大的解决方案

mysql内存占用大的解决方案

原文地址:http://www.cppcns.com/shujuku/mysql/265560.html

https://blog.csdn.net/alvincasper/article/details/106190815

实现方法

直接修改 /etc/mysql/mysql.conf.d/mysqld.cnf

在配置末尾追加如下配置

performance_schema_max_table_instances=80
table_definition_cache=80
table_open_cache=16

然后 service mysql restart 重启服务即可

上边的我记得不管用,但是还是先留着吧

有用的是向mysqld.cnf中加

# add by me
performance_schema = off
# add end
文章目录