google-code-export / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
1 stars 0 forks source link

script requires SUPER, PROCESS rights in mysql but the readme states the mysql user only needs SUPER #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. follow installation instructions in readme
2. test the php script, get error: "Error executing 'SHOW /*!50000 ENGINE*/
INNODB STATUS': Access denied; you need the PROCESS privilege for this
operation"
3. run "GRANT PROCESS ON..." for the user, test again, problem solved.

What is the expected output? What do you see instead?
Expected it to work with the permissions stated in the instructions.

What version of the product are you using? On what operating system?
1.0.0 with mysql-server-5.1.26 on FreeBSD 7.0-STABLE

Please provide any additional information below.
The readme should probably be updated to reflect this.

Original issue reported on code.google.com by tykl...@gmail.com on 29 Sep 2008 at 4:27

GoogleCodeExporter commented 9 years ago
Fixed, thanks!

Original comment by baron.schwartz on 9 Oct 2008 at 9:51