phpmyadmin upload size

Discussion in 'Installation/Configuration' started by MisterRichard, Apr 15, 2022.

  1. MisterRichard

    MisterRichard Member

    Hi,
    I just did the wonderful auto installer on Debian 11.

    Which file do I edit to increase the max size for database upload in phpmyadmin ?
    I tried php.ini files located here :
    etc/php/8.1/cgi
    /etc/php/8.1/cli
    /etc/php/8.1/fpm
    the restarted apache
    but phpmyadmin is still showing this : (Max: 2,048KiB)
    Thanks,
    Richard
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    PHP 8.1 is the wrong PHP version, change the /etc/php/7.4/fpm/php.ini file for PHP 7.4 as PHP 7.4 is the default PHP version of Debian 11 and then restart php7.4-fpm daemon
     
  3. MisterRichard

    MisterRichard Member

    According to phpinfo it should be this file :
    /etc/php/8.1/cgi/php.ini
     
  4. MisterRichard

    MisterRichard Member

    Hi Till,
    ah, thank you.
     

Share This Page