Created
July 5, 2016 19:08
-
-
Save pierophp/23c0dec87971b3850391cea2352fb74f to your computer and use it in GitHub Desktop.
Get Table From Full Backup
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
zcat my-full-backup.sql.gz | sed -n '/^-- Table structure for table `mytable`/,/^-- Table structure for table /p' > my-table.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment