Bug #42361 | Inappropriate example for creating a user for an agent. | ||
---|---|---|---|
Submitted: | 27 Jan 2009 3:03 | Modified: | 27 Jan 2009 9:03 |
Reporter: | Meiji KIMURA | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Enterprise Monitor: Documentation | Severity: | S3 (Non-critical) |
Version: | 2.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[27 Jan 2009 3:03]
Meiji KIMURA
[27 Jan 2009 9:03]
Mark Leith
The following paragraph states: For security reasons, you may wish to limit the CREATE and INSERT privileges to the agent so that it can only create tables within the mysql database: GRANT CREATE, INSERT ON mysql.* TO 'mysqluser'@'localhost' IDENTIFIED BY 'agent_password'; This quite clearly shows CREATE and INSERT, INSERT is not required globally, only on the mysql database (as is CREATE). Not a bug..