Turn off performance_schema in mysql 5.6

This commit is contained in:
Girish Ramakrishnan
2015-08-13 13:47:18 -07:00
parent d49b90d9f2
commit 81b7432044
2 changed files with 12 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ ln -sfF "${DATA_DIR}/collectd" /etc/collectd
unlink /etc/nginx 2>/dev/null || rm -rf /etc/nginx
ln -s "${DATA_DIR}/nginx" /etc/nginx
########## mysql
cp "${container_files}/mysql.cnf" /etc/mysql/mysql.cnf
service mysql restart
########## Enable services
update-rc.d -f collectd defaults