markdown 将转储导入RDS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 将转储导入RDS相关的知识,希望对你有一定的参考价值。

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

以上是关于markdown 将转储导入RDS的主要内容,如果未能解决你的问题,请参考以下文章