Quote Originally Posted by lenney View Post
i am trying to import a database which i have moved from one host to another but i get this error while using bigdump

Stopped at the line 2626.
At this place the current query includes more than 300 dump lines. That can happen if your dump file was created by some tool which doesn't place a semicolon followed by a linebreak at the end of each query, or if your dump contains extended inserts. Please read the BigDump FAQs for more infos.
Stopped on error




how can i get round this the old server is now offline ?


any other tools please
Open up bigdump.php and look for the following
Code: 
define ('MAX_QUERY_LINES',300);      // How many lines may be considered to be one query (except text lines)
Replace 300 with a higher number.