1
在AWS RDS上导入Mysql DB转储时出错
我从一台RDS服务器上提取了Mysql数据库转储,并试图在另一台RDS服务器上进行还原。在导入完整的数据库时,我遇到了以下错误。 ERROR 1419 (HY000) at line 2447: You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) 之后,我将参数更改为1,然后重新启动服务器。 我再次尝试导入转储,但出现以下错误。 ERROR 1227 (42000) at line 2447: Access denied; you need (at least one of) the SUPER privilege(s) for this …