From de19cfa38b23bfe74bfceac3ea960ba3cfefbf36 Mon Sep 17 00:00:00 2001 From: sorano Date: Fri, 23 Sep 2016 08:22:47 +0200 Subject: [PATCH] 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. --- doc/Support/Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Support/Performance.md b/doc/Support/Performance.md index ef8e0382f1..66af33d48b 100644 --- a/doc/Support/Performance.md +++ b/doc/Support/Performance.md @@ -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