Skip to content

Instantly share code, notes, and snippets.

@zhjuncai
Created July 5, 2013 15:03
Show Gist options
  • Save zhjuncai/5935161 to your computer and use it in GitHub Desktop.
Save zhjuncai/5935161 to your computer and use it in GitHub Desktop.
mysqldump -u username -p[password] olddb --lock-tables=false | mysql -u username -p[username] test_db
@zhjuncai
Copy link
Author

zhjuncai commented Jul 6, 2013

--no-data only transfer schema

@zhjuncai
Copy link
Author

mysql -u username -p > /path/to/dump.sql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment