Find a Question:
Myphpadmin-import-max limit 51200KB. What to do, if it exceeds?
Aug
12
2010
The max allowable size of importing file in Myphpadmin is 51200KB only. If it is more than that, how can we import that sql file?
Answer this Question
You must be Logged In to post an Answer.
Not a member yet? Sign Up Now »
Star Points Scale
Earn points for Asking and Answering Questions!
[1 - 25
[26 - 50
[51 - 500
[501 - 5000
[5001 - 25000
[25001+
Answer #1
You should use http://www.ozerov.de/bigdump.php
1. Enter database/login info into BigDump PHP script
2. Upload script file and MySQL datafile to writable, web-accessible directory on your website.
3. Run the script by navigating to your website URL containing the BigDump script.
Result: Script loads data by breaking the large file into smaller chunks and loading each chunk separately into the database. Very smooth.
loading...