Hello! We have this error for the last days when trying to restore a backup to Azure from a local server backup. No parameters or settings have been changed on either of the 2 servers.
ERROR 1227 (42000) at line 2: Access denied; you need (at least one of) the SUPER privilege(s) for this operation.
DEFINERS are not included in the generated script and we have tried including the –skip-comments --compact parameter in the configuration but nothing works. Any idea how to solve it?
Could you please try to restore a script manually using SSMS? There you’ll be able to find more details about the operation that requires that privilege(s).
Please let us know if you have any other questions.
I’ve done the test that you mention. The problem is that when executing the backup script from a MySQL client connected to the service, it is processed correctly, without a single error in the execution. Any ideas?
i face the same issue and i have version number 12.7.0. If i restore the db manually through MySQLWorkbench it works fine, but through your software i get the “SUPER PRIVILEGES” issue.
If i renew the license to latest one, does this include the fix of this problem?