Skip to content

Instantly share code, notes, and snippets.

@zdravkok
Created May 26, 2014 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdravkok/6a7586a1303356e963f0 to your computer and use it in GitHub Desktop.
Save zdravkok/6a7586a1303356e963f0 to your computer and use it in GitHub Desktop.
Remove Definer from sql before RDS import
sed -e 's/DEFINER=[^*]*\*/\*/' rds.sql > rds1.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment