mysql - Parse sql file using php -


i have sql dump file in excess of 3gb containing multiple queries. want parse file queries using php.

on recommendation user on site used https://code.google.com/p/php-sql-parser/ parsing. problem first query can retrieved using method.

does have suggestions?

the dump file relic of data server.

thanks!

is possible split dump file using "explode( ";", $dumpfile) , afterwards doing loop calling function parsing? use other delimiter explode. possible there's unbalanced quotation?

regards

parascus


Comments