Skip to content

Instantly share code, notes, and snippets.

@uso5
Last active June 21, 2021 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uso5/0d47befc008b7dbc8c81c7b1aa49d316 to your computer and use it in GitHub Desktop.
Save uso5/0d47befc008b7dbc8c81c7b1aa49d316 to your computer and use it in GitHub Desktop.
Performance schema mysql.conf init
performance_schema=1
performance_schema_events_waits_history_size=50
performance_schema_events_waits_history_long_size=15000
performance_schema_instrument=’%=OFF’
performance_schema_consumer_events_stages_current=1
performance_schema_consumer_events_stages_history=1
performance_schema_consumer_events_stages_history_long=0
performance_schema_consumer_events_statements_current=0
performance_schema_consumer_events_statements_history=0
performance_schema_consumer_events_statements_history_long=0
performance_schema_consumer_events_transactions_current=1
performance_schema_consumer_events_transactions_history=1
performance_schema_consumer_events_transactions_history_long=0
performance_schema_consumer_events_waits_current=0
performance_schema_consumer_events_waits_history=0
performance_schema_consumer_events_waits_history_long=0
performance_schema_consumer_global_instrumentation=1
performance_schema_consumer_thread_instrumentation=1
performance_schema_consumer_statements_digest=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment