php upload and mysql upload

neorder

Verified User
Joined
Oct 1, 2003
Messages
346
i've set my php upload max to 20M, i've no problem to upload files such as 15M size.

but, i can't even upload a 5M mysql database, i tried many times by phpmyadmin, importing a 5M db, may i know where do i change mysql size limit?
 
Hello,

If you're uploading the database through DA, the filesize limit is setup in the Admin Panel -> Admin Settings (bytes). Default is 10 meg.

If you're using phpMyAdmin, then that's a different story... It would probably be limited by php, in which case you are probably on the right track.

No, you shouldn't need LimitRequestBody .. it's default is 0, which means unlimited so adding it would only contrain you more.

John
 
Back
Top