Page 1 of 1
Debugging on Amazon RDS
Posted: Wed 25 Apr 2012 14:01
by WigWugTWW
I am attempting to debug a stored procedure on an Amazon RDS instance of MySQL. It tells me I need to have SUPER privilege but I cannot set the privilege from the security manager? Any ideas?
Posted: Thu 26 Apr 2012 08:20
by vu
You cannot set a privilege from Security Manager, because your user does not have privileges to set privileges. Please contact the Amazon RDS instance of MySQL system administrator concerning this problem. Your user should have the SUPER privilege to be able to debug stored procedures. Otherwise this functionality will not be accessible.