How to upload 10 Gb of data to MySQL programmatically without crashing like on PHPMyAdmin?

Posted by asksuperuser on Stack Overflow See other posts from Stack Overflow or by asksuperuser
Published on 2010-05-09T10:21:10Z Indexed on 2010/05/09 10:38 UTC
Read the original article Hit count: 108

Filed under:

I'm very surprised that it seems impossible to upload more than a few megabytes of data to mysql database through PHPMyAdmin whereas I can upload a msaccess table easily up to 2 Gigabytes.

So is there any script in php or anything that can allow to do so unlike phpmyadmin ?

© Stack Overflow or respective owner

Related posts about mysql