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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -