Skip to content

Commit

Permalink
Update conf-mysql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gordan-bobic authored Aug 11, 2024
1 parent fb417e9 commit 8b6434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ If this variable is not set to **ON**, add the the following lines to the MySQL
performance_schema=ON
```
If you are running a custom Performance Schema configuration, make sure that the `statements_digest` consumer is enabled:
To collect queries from performance_schema, make sure that the `statements_digest` and `events_statements_history` consumers are enabled:
```
mysql> select * from setup_consumers;
Expand Down

0 comments on commit 8b6434f

Please sign in to comment.