Turn off performance_schema in mysql 5.6
This commit is contained in:
8
setup/container/mysql.cnf
Normal file
8
setup/container/mysql.cnf
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user