How To Increase The Maximum Upload File Size On phpMyAdmin On CentOS
In your php.ini find this line and change to what you want.
upload_max_filesize = 2M --> upload_max_filesize = 8M
You find your php.ini here: /etc/php.ini
You must restart Apache after changing.
Posted on October 5, 2012, in Web Dev and tagged How To Increase The Maximum Upload File Size On phpMyAdmin On CentOS. Bookmark the permalink. Leave a Comment.
Leave a Comment
Comments (0)