Created
August 24, 2016 03:24
-
-
Save vuvanly/bac04e563cf36e9eb7fe02e6de69aa17 to your computer and use it in GitHub Desktop.
サーバの有用コマンド ref: http://qiita.com/vuvanly/items/853855a553d3c73c4355
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
nohup mysql -u <username> -p --max_allowed_packet=12000M <db_name> < <file_path> & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment