Browse Source

Disable performance-schema (#3589)

Mike Smith 7 years ago
parent
commit
ddc16852a9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      toolset/databases/mysql/my.cnf

+ 6 - 0
toolset/databases/mysql/my.cnf

@@ -42,6 +42,12 @@ table_definition_cache  = 800
 max_heap_table_size     = 128M
 tmp_table_size          = 128M
 
+#
+# monitoring off
+#
+
+performance-schema = false
+
 #
 # innodb settings
 #