This class can be used to extract table dumps from full MySQL database dumps. It can parse a MySQL full database and extract the SQL CREATE and INSERT statements just for given tables. The extracted SQL statements may be executed immediately or saved to a new database dump file. Sometimes database ...