We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good day,
I had installed releem agent, but it's notworking.
250204 17:37:59 [ERROR] /usr/local/mysql/bin/mysqld: unknown variable 'performance-schema-consumer-events-statements-history=ON'
root@db01 /etc/mysql/releem.conf.d # cat collect_metrics.cnf This configuration was recommended by Releem. https://releem.com/ [mysqld] performance_schema = 1 slow_query_log = 1 #performance-schema-consumer-events-statements-history = ON #performance-schema-consumer-events-statements-current = ON #performance_schema_events_statements_history_size = 500 root@db01 /etc/mysql/releem.conf.d #
MySQL version 5.5.68 didn't have this options, so I commented them and start server again.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Good day,
I had installed releem agent, but it's notworking.
250204 17:37:59 [ERROR] /usr/local/mysql/bin/mysqld: unknown variable 'performance-schema-consumer-events-statements-history=ON'
root@db01 /etc/mysql/releem.conf.d # cat collect_metrics.cnf
This configuration was recommended by Releem. https://releem.com/
[mysqld]
performance_schema = 1
slow_query_log = 1
#performance-schema-consumer-events-statements-history = ON
#performance-schema-consumer-events-statements-current = ON
#performance_schema_events_statements_history_size = 500
root@db01 /etc/mysql/releem.conf.d #
MySQL version 5.5.68 didn't have this options, so I commented them and start server again.
The text was updated successfully, but these errors were encountered: