Linux服务器Mysql内存过高解决办法

Linux服务器Mysql内存过高解决办法

Linux服务器Mysql内存过高解决办法

vi /etc/my.cnf

performance_schema_max_table_instances=600 (默认为12500)
table_definition_cache=400 (默认为1400)
table_open_cache=256 (默认为2000)

service mysql restart

查看命令:

show variables like ‘%performance_schema_max_table_instances%’;

show variables like ‘%table_definition_cache%’;

show variables like ‘%table_open_cache%’;

原文链接:https://88hzy.cn/6546.html,转载请注明出处。

0

评论0

请先

显示验证码
没有账号? 注册  忘记密码?