From c37b831e94d4b9886fa2d2efa1e40b65140a5709 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 31 Oct 2022 13:35:42 +0100 Subject: [PATCH] Disable `performance_schema` by default --- mysql/conf.d/custom.cnf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mysql/conf.d/custom.cnf b/mysql/conf.d/custom.cnf index 9c90d85..1f7459a 100644 --- a/mysql/conf.d/custom.cnf +++ b/mysql/conf.d/custom.cnf @@ -20,11 +20,11 @@ log_bin_trust_function_creators=OFF log_bin=OFF bind-address=0.0.0.0 -# performance config -performance_schema=ON -performance-schema-instrument='statement/%=ON' -performance-schema-consumer-statements-digest=ON -innodb_monitor_enable=all +# performance config - uncomment if you need "performance_schema" monitoring +#performance_schema=ON +#performance-schema-instrument='statement/%=ON' +#performance-schema-consumer-statements-digest=ON +#innodb_monitor_enable=all [mysql]