瀏覽代碼

Disable performance-schema (#3589)

Mike Smith 7 年之前
父節點
當前提交
ddc16852a9
共有 1 個文件被更改,包括 6 次插入0 次删除
  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
 #