Update Performance.md

Clarified that the mysqld performance options need to be put under a [mysqld] group in my.cnf. Since in Ubuntu 16.04 /etc/mysql/my.cnf only has [client-server] group by default which is not a valid group for the changes we make.
This commit is contained in:
sorano
2016-09-23 08:22:47 +02:00
committed by GitHub
parent 765ee3e1ab
commit de19cfa38b

View File

@@ -15,7 +15,7 @@ We absolutely recommend running this, it will save on IO load. [RRDCached](http:
It's advisable after 24 hours of running MySQL that you run (MySQL Tuner)[https://raw.githubusercontent.com/major/MySQLTuner-perl/master/mysqltuner.pl]
which will make suggestions on things you can change specific to your setup.
One recommendation we can make is that you set the following in my.cnf:
One recommendation we can make is that you set the following in my.cnf under a [mysqld] group:
```bash
innodb_flush_log_at_trx_commit = 0