Create a MySQL Database User by logging into the MySQL server and granting the privileges identified below.
User privileges required for the MySQL agent on the host machine:
If monitoring a replication slave server with the agent, that database user must have:
Example 1:
CREATE USER '
GRANT SELECT, REPLICATION CLIENT, PROCESS ON *.* TO '
FLUSH PRIVILEGES;
GRANT SELECT, REPLICATION CLIENT, PROCESS ON *.* TO ‘MySQLuser’@’localhost’;
FLUSH PRIVILEGES;
FLUSH PRIVILEGES;
FLUSH PRIVILEGES;
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy