Explorar el Código

Disable performance-schema (#3589)

Mike Smith hace 7 años
padre
commit
ddc16852a9
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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
 #