How to upload 10 Go of data to MySQL programmatically without crashing like on PHPMyAdmin?
- by asksuperuser
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 ?