CentOS7下安装MySQL5.7安装与配置
2019-01-17 本文已影响0人
RudyHao
1G内存修改配置(性能调优)
sudo vim /etc/my.cnf
innodb_buffer_pool_size = 64M
performance_schema_max_table_instances=100
table_definition_cache=100
table_open_cache=64
(性能调优)
sudo vim /etc/my.cnf
innodb_buffer_pool_size = 64M
performance_schema_max_table_instances=100
table_definition_cache=100
table_open_cache=64