Debugging on Amazon RDS
Debugging on Amazon RDS
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?
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.