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