Skip to content

Instantly share code, notes, and snippets.

@abenevaut
Last active October 11, 2024 15:52
Show Gist options
  • Save abenevaut/b33965a7b23ea57c8c8cd0a0c54b9de4 to your computer and use it in GitHub Desktop.
Save abenevaut/b33965a7b23ea57c8c8cd0a0c54b9de4 to your computer and use it in GitHub Desktop.
mysqldump -h 127.0.0.1 -P 3306 --user=root --password="" db_1 | mysql -h 127.0.0.1 -P 3306 --user=root --password="" -C db_2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment