how to increase an upload size in phpmyadmin

Discussion in 'Installation/Configuration' started by selxoz, Feb 15, 2022.

  1. selxoz

    selxoz New Member

    I have a big sql file that quite more than 2048 kib. How to increase an upload size in phpmyadmin? I need do edit all files of php.ini in each version of php? Ubuntu.
     
    Last edited: Feb 15, 2022
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Use Internet Search Engines with
    Code:
    php increase upload size
    If PHPMyAdmin does not show which php.ini file it uses, put a phpinfo() command in a web directory and see form the output which php.ini to modify.
     
  3. selxoz

    selxoz New Member

    There is a sign PHP: 7.4.26 in menu of phpmyadmin. I edited the files in folder /etc/php/7.4/ and then restarted the apach, but it didn't help.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Restart php7.4-fpm as well:

    service php7.4-fpm restart

    And take care that you edited the upload size and post max size, editing only upload size is not enough.
     
  5. selxoz

    selxoz New Member

    Thanks, it helped me.
     

Share This Page