Debugging on Amazon RDS

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
WigWugTWW
Posts: 2
Joined: Wed 25 Apr 2012 13:54

Debugging on Amazon RDS

Post by WigWugTWW » Wed 25 Apr 2012 14:01

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?

vu
Devart Team
Posts: 7
Joined: Fri 04 Nov 2011 10:15

Post by vu » Thu 26 Apr 2012 08:20

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.

Post Reply