Skip to content

Instantly share code, notes, and snippets.

@scgoeswild
Created December 2, 2020 12:37
Show Gist options
  • Save scgoeswild/987019176e56fac927ff591df7957f65 to your computer and use it in GitHub Desktop.
Save scgoeswild/987019176e56fac927ff591df7957f65 to your computer and use it in GitHub Desktop.
MySQL Access denied; you need (at least one of) the SUPER privilege(s) for this operation
#ERROR 1227 (42000) at line 374: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
sed -i old 's/\DEFINER\=`[^`]*`@`[^`]*`//g' file.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment