[wp-hackers] Database Size

Michael Huynh mike.huynh at gmail.com
Tue Jun 28 13:47:40 GMT 2005


Hi all,

There is a fairly good article from the phpBB knowledge base about
importing/exporting large mysql databases that may have relevance
here:
http://www.phpbb.com/kb/article.php?article_id=9

Another idea for importing the large SQL file is to use PHP to parse
the SQL and execute all of the queries. One could use a script such as
sql_parse.php (http://www.koders.com/php/fid057F4651B68A06830A77AE58CC2A8CA0443E0984.aspx)
to extract all of the queries from an sql file.

Michael Huynh


More information about the wp-hackers mailing list