How can i increase upload limit in phpmyadmin cpanel?

Approx. read time : 2 min

There are times when you are unable to upload or import a large-sized database in cPanel. The issue will not resolve even after you increase the php.ini file post_max_size, upload_max_filesize, memory_limit. The solution to this problem is to scale up the MySQL database upload limit of PHPMyAdmin or, in other words, increase max upload size of PHPMyAdmin.

To Increase Max Upload Size of PHPMyAdmin

1. Log in to your root account of the WHM panel.

2. Select Server Configuration from the navigation menu.

How can i increase upload limit in phpmyadmin cpanel?

3. Click on Tweak Settings.

How can i increase upload limit in phpmyadmin cpanel?
4. Scroll down to the PHP section and refer to the cPanel PHP Max POST size field. Select the radio button beside the text box enter the value to set it to your desired upload size.

5. Do the same for the cPanel PHP Max upload size field.

How can i increase upload limit in phpmyadmin cpanel?
6. Don’t forget to Save the changes.

The system will take some time to apply these changes, depending on the server conditions. You can confirm if the changes are in effect by accessing your phpMyadmin.

You will now have no issue uploading the database.

  1. Community Forum
  2. Community Support
  3. Server Management
  4. cPanel
  5. Questions

how to increase phpmyadmin upload limit cpanel database ?

How can i increase upload limit in phpmyadmin cpanel?

  • 3 years ago
  • updated 2 years ago
  • Answered

how to increase phpmyadmin upload limit cpanel database ? when i change my php.ini still not working

Duplicates 1

Can you please increase the DB upload limit to 300MB?

how do I increase my DB upload limit to 300MB?

How can i increase upload limit in phpmyadmin cpanel?

Hello and thanks for asking. If you have VPS hosting, you can do this in WebHost Manager (WHM) > Tweak Settings > cPanel PHP max upload size.

Otherwise, you can edit your PHP.ini file.

  • Oldest first

How can i increase upload limit in phpmyadmin cpanel?

How can i increase upload limit in phpmyadmin cpanel?

I asked a specific question pertaining to my specific account and you've provided a general answer that is of no help whatsoever and doesn't pertain to me. Maybe I need to change services so I can find someone who is willing to answer a question with a solution (max file is 128 - you didn't even read my message did you.....

    How can i increase upload limit in phpmyadmin cpanel?

    Hello and thanks for asking. If you have VPS hosting, you can do this in WebHost Manager (WHM) > Tweak Settings > cPanel PHP max upload size.

    Otherwise, you can edit your PHP.ini file.

    Confirm

    This is a shot tutorial abut increasing PHPMyAdmin MySQL database upload limit. You may notice that you can’t upload or import the large database in panel after even increasing the php.ini file post_max_size, upload_max_filesize, memory_limit.

    Here is what you can do in your WHM to increase the file upload limit:

    Table of Contents

    • 1 Go to the Tweak settings in your WHM
    • 2 Find the “cPanel PHP Max upload size” change it according to your needs
    • 3 Find the “cPanel PHP Max POST size” change it according to your needs
    • 4 Save changes.

    Go to the Tweak settings in your WHM

    How can i increase upload limit in phpmyadmin cpanel?

    Find the “cPanel PHP Max upload size” change it according to your needs

    How can i increase upload limit in phpmyadmin cpanel?

    Find the “cPanel PHP Max POST size” change it according to your needs

    How can i increase upload limit in phpmyadmin cpanel?

    Save changes.

    Go back to your phpMyadmin and check the value. It should be changed and you are able to upload the database now.

    How do I change my upload limit in phpMyAdmin?

    You can increase the allowed upload size of phpmyadmin by editing your server's php. ini configuration file. Usually in servers like CentOs it is located at /etc/php. ini..
    memory_limit =128M..
    post_max_size = 64M..
    upload_max_filesize = 64M..

    How can I increase max upload size in cPanel?

    Open the MultiPHP INI editor and select a location from the dropdown. Scroll to the entry for upload_max_filesize and edit the associated value. Ensure that the value for post_max_size is larger than upload_max_filesize, and click apply at the bottom of the page.

    How do I increase maximum upload size?

    10 Ways to Increase the Max Upload File Size in WordPress.
    Contact Your Hosting Provider for Help..
    Increase the Max Upload File Size in WordPress Multisite..
    Update Your '.htaccess' File..
    Create or Modify the 'php.ini' File..
    Create or Modify the '.user.ini' File..
    Change PHP Options via cPanel..