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

@@ -0,0 +1,8 @@
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/
# http://bugs.mysql.com/bug.php?id=68514
[mysqld]
performance_schema=OFF
max_connection=50