Cut and restore single/several tables from huge mysqldump files
Used on *nix systems with sed/grep installed
First - place your .sql mysqldump file into the same folder with app.php
Run the app:
php app.php mysql:restore
You'll have to answer a couple of questions about desired filename for restored data and usage of foreign key checks and sql mode in that file.
After you can choose the file to read data from
Application reads the structure of dump file and displays the results in ordered list
After you can type the desired table name(s) for restoration separated by comma