Created
September 19, 2016 03:15
-
-
Save qinshulei/a1457b8e18fb048ebdfbbc723f76c8f2 to your computer and use it in GitHub Desktop.
restore mysql dump
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
| #!/bin/bash | |
| mysql helpdesk -uhelpdesk -p123456 < helpdesk_20160908_190555.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment