To increase the max upload size in phpMyAdmin simply change this value in php.ini file. This file is located inside the php folder. Once changed restart your Apache server.
post_max_size = 100M
upload_max_filesize = 100M
Keep both the above values equal else phpMyAdmin will use the smallest values from both the given values.
post_max_size = 100M
upload_max_filesize = 100M
Keep both the above values equal else phpMyAdmin will use the smallest values from both the given values.
No comments:
Post a Comment
Thank you for your Feedback!
www.evagabond.me