Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to increase upload size for mysql database  (Read 2731 times)

0 Members and 1 Guest are viewing this topic.

sibij

  • Guest
How to increase upload size for mysql database
« on: August 05, 2017, 02:43:39 pm »
How to increase upload size for mysql database


We can increase the Upload Size for MySQL Database on cPanel with phpMyAdmin using WHM. The best way to navigate this limitation is to make some tweaks in the WHM interface. Sometimes editing a php.ini file doesn’t make a difference.
There are a few common errors that occur in WordPress, Joomla and other PHP-based application that use the php.ini settings. One of the most common of these settings is the maximum upload filesize “upload_max_filesize”. If you have a large database dump file that you need to import, you will need to change the max size that can be imported. Here we have given how to increase upload size for mysql database.
There is two way to increase the limit in cPanel, directly modify the PhpMyAdmin php.ini file or you can do it through the WHM interface.

Increase the upload size via WHM

– Log into your WHM
– Type Tweak in the search bar
– Click Tweak settings
– Search “upload size” in find field


– Change the cPanel PHP max upload size which you want and click SAVE.

Increase the upload size via PhpMyAdmin php.ini file



Open your cPanel PhpMyAdmin file /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini and the following values.
upload_max_filesize and post_max_size
upload_max_filesize is the limit of any single file.
post_max_size is the limit of the entire body of the request, which could include multiple files.
You may also want to change the values of max_execution_time and memory_limit according to your new size.
Once you have changed these, you should restart the cPanel services.