-
-
Save k12u/1506126 to your computer and use it in GitHub Desktop.
partial mysqldump2
This file contains 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
# dbserver から new_serverへのコピー | |
$ mysqldump -t -n --compact -hdbserver -uuser_id \ | |
db_name table_name -w 'row_id = 111' \ | |
| mysql -hnew_server -uuser_id | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment