Dev Stash
All
Linux
Go
Php
15
Sep
2017
MySQL grep table
15 Sep 2017
Cut table from dump: sed -n -e '/CREATE TABLE.*`mytable`/,/CREATE TABLE/p' mysql.dump > mytable.dump
mysql