mysql服务占用内存过高的解决方法
1.首先,使用记事本打开my.cnf配置文件;
2.my.cnf配置文件打开后,在文件中的对以下配置进行修改;
performance_schema_max_table_instances=400table_definition_cache=400table_open_cache=256
table_definition_cache=400
table_open_cache=256
3.最后,my.cnf配置文件参数修改好后,保存并退出,重启mysql服务即可;
service restart stop