You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR 1227 (42000) at line 12048: Access denied; you need (at least one of) the SUPER privilege(s) for this operation is thrown when importing database from S3.
Most probably this is caused by DEFINER in DB dump not matching local user.
ERROR 1227 (42000) at line 12048: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
is thrown when importing database from S3.Most probably this is caused by
DEFINER
in DB dump not matching local user.See: https://stackoverflow.com/questions/44015692/access-denied-you-need-at-least-one-of-the-super-privileges-for-this-operat
We could try to configure
mysqldump
to omitDEFINER
(if this is possible) or we could removeDEFINER
aftermysqldump
.The text was updated successfully, but these errors were encountered: