【发布时间】:2017-03-08 03:44:57
【问题描述】:
我无法通过导出/导入将我的第一代迁移到第二代。
当我尝试导入 .sql 文件备份时,我收到此错误:
ERROR 1227 (42000) at line 28: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
我了解到我需要排除 mysql 数据库。这样做后,我会遇到此错误:
ERROR 1419 (HY000) at line 148: 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)
值得注意的是,我的数据库确实有触发器。这在第二代谷歌云存储上是不允许的吗?如何将我的数据恢复到这个新实例?
【问题讨论】:
-
如果我从 .sql 文件中删除触发器,我可以导入数据。
标签: mysql google-cloud-platform google-cloud-sql