I was trying to migrate one of my MySQL databases, and when I backed up the original database with MySQL Workbench, I faced the following error when trying to restore it:
ERROR 1227 (42000) at line 26: Access denied; you need (at least one of) the SUPER or SYSTEM_VARIABLES_ADMIN privilege(s) for this operation
Continue reading