-
-
Save k12u/1506123 to your computer and use it in GitHub Desktop.
partial mysqldump
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 -t -n --compact -hdbserver -uuser_id \ | |
db_name table_name -w 'row_id = 111' | |
-- | |
-- Not dumping tablespaces as no INFORMATION_SCHEMA.FILES (ry | |
-- | |
INSERT INTO `table_name` VALUES (111,0,0,0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment