找到my.ini 修改以下参数:
performance_schema_max_table_instances=200 table_definition_cache=200 table_open_cache=128
如果没有三个,则手动添加。
优化MySQL性能
本文介绍如何通过修改my.ini文件中的配置参数来提升MySQL数据库性能,包括调整performance_schema_max_table_instances、table_definition_cache及table_open_cache等关键设置。
找到my.ini 修改以下参数:
performance_schema_max_table_instances=200 table_definition_cache=200 table_open_cache=128
如果没有三个,则手动添加。
转载于:https://www.cnblogs.com/lippor/p/5903746.html
1万+
1958

被折叠的 条评论
为什么被折叠?