Skip to content

Instantly share code, notes, and snippets.

@roscius
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save roscius/5b54621467ec6bc64e68 to your computer and use it in GitHub Desktop.

Select an option

Save roscius/5b54621467ec6bc64e68 to your computer and use it in GitHub Desktop.
Dump DB to DB stripping DEFINER MYSQL
mysqldump -u**** -p**** --order-by-primary db | sed -e 's/DEFINER[ ]*=[ ]*[^*]*\*/\*/' | mysql db --host=mydb.com -u**** -p****
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment