Access denied; you need (at least one of) the SUPER privilege(s) for this operation

后端 未结 12 1023
余生分开走
余生分开走 2020-12-12 14:26

So I try to import sql file into rds (1G MEM, 1 CPU). The sql file is like 1.4G

mysql -h xxxx.rds.amazonaws.com -u user -ppass --max-allowed-packet=33554432 db <

12条回答
  •  庸人自扰
    2020-12-12 14:49

    When you restore backup, Make sure to try with the same username for the old one and the new one.

提交回复
热议问题