root
):mysql -u root -p
performance_schema
: GRANT SELECT ON *.* TO 'mysql_user'@'apm_host';
Replace:
'mysql_user'
with the actual MySQL username.
'apm_host'
with the host/IP of Applications Manager.
FLUSH PRIVILEGES;
GRANT SELECT ON performance_schema.* TO 'mysqlAPMUser'@'apm-test-10';
FLUSH PRIVILEGES;