在生产服务器(linux机器mysql 5.6.17)上,我试图找到my.cnf来更改系统变量,但my.cnf不在/etc/my.cnf位置。它在 usr/ 目录中。此外,该文件仅包含以下评论 -
# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
# innodb_buffer_pool_size = 128M
请告诉我应该在哪里复制 my.cnf 以及如何更改变量,例如 -
innodb_buffer_pool_size = 200M
max_connections = 300