Created
October 8, 2017 16:58
-
-
Save Semdevmaster/dfe1cd0eee9fa7f9a29e7533aa90b8a8 to your computer and use it in GitHub Desktop.
Экспорт всех баз данных из MySQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysqldump --all-databases -u User -p Pass > dumpfile.sql | |
| обратно | |
| mysql -u User -p Pass < dumpfile.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment