mysql8 小内存 100m左右运行

[mysqld] performance_schema_max_table_instances=400 #设置效果不明显 table_definition_cache=400 performance_schema=off #效果明显 table_open_cache=64 innodb_buffer_pool_chunk_size=64M #效果不明显 innodb_buffer_pool_...

继续阅读 »