本番サーバー (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