在 my.ini 文件中配置了:
performance_schema_max_table_instances=400
table_definition_cache=400
table_open_cache=256
重启mysql,查询 show variables like 'table_definition_cache' 参数,发现配置未生效,在另一台机器有用。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
题主试试其他参数是否生效,看看是不是因为有多个配置文件导致覆盖。