Pages

Monday, August 30, 2010

PhpMyAdmin Increase Max Upload Size When Importing File

To increase max upload file size when importing with phpMyAdmin, here are three simple steps:

  • login to your SSH console

  • search for your php.ini file

  • change the values for post_max_size and upload_max_size to a higher value (i.e., from 2M you can make it into 16M)


Let me know if this works for you!

1 comment: