Skip to content

Instantly share code, notes, and snippets.

@qinshulei
Created September 19, 2016 03:15
Show Gist options
  • Save qinshulei/a1457b8e18fb048ebdfbbc723f76c8f2 to your computer and use it in GitHub Desktop.
Save qinshulei/a1457b8e18fb048ebdfbbc723f76c8f2 to your computer and use it in GitHub Desktop.
restore mysql dump
#!/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