Page 1 of 1

uploading huge xml file to mysql

Posted: Fri Jun 29, 2007 6:00 am
by pkvasan
Hi

I have an huge XML file (100 MB) to upload to msql.
can any one help me in how do i do this using php

Thanks

pkvasan

Posted: Fri Jun 29, 2007 7:08 am
by feyd
Generally, it's exactly the same as any other upload except you will likely have to import the file in chunks to MySQL.