Super privilages error on RDS instance:
1. Open the RDS web console.
2. Open the “Parameter Groups” tab.
3. Create a new Parameter Group. On the dialog, select the MySQL family compatible to your MySQL database version, give it a name and confirm. Select the just created Parameter Group and issue “Edit Parameters”.
4. Look for the parameter ‘log_bin_trust_function_creators’ and set its value to ’1′.
5. Save the changes.
6. Open the “Databases” tab. Expand your MySQL instance and issue the “Instance Action” named “Modify”.
7. Select the just created Parameter Group and enable “Apply Immediately”.
8. Click on “Continue” and confirm the changes.
9. Wait for the "Modifying" operation to be completed.
10. Again, open the “Databases” tab. Expand your MySQL instance and expand “Instance Action” tab and select "Reboot".
### User changes ###
DEFINER=`someuser`@`%` change to the current user in the RDS