• 0

phpMyAdmin Import Size Limit


Question

3 answers to this question

Recommended Posts

  • 0

File upload size is controlled in PHP's configuration file, not the script's. You'll have to edit the php.ini file for your installation and change the upload_max_filesize directive to a larger value (the default is 2MB). Keep in mind that there's another variable called post_max_size that you might need to change depending on how big a file you want to upload (the default is 8MB).

  • Like 1
Link to comment
Share on other sites

  • 0

What says 16MB? I assume you've upped the values and it's still not working for you? If that's the case, check the memory_size directive as well.

How large a dump are you trying to import? If it's larger than 4-6MB or so, you'd be better off using the command line tools to import it - it'll be faster and you won't have to worry about changing your PHP configuration.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.