phpmyadmin max upload filesize still 2MB after changing php.ini

Discussion in 'General' started by ConRaul, Jul 6, 2023.

  1. ConRaul

    ConRaul New Member

    Hi,

    I am struggling to change the 2MB max upload size in phpmyadmin.

    Even changing the settings in php.ini (PHP version: 7.4.33) as below, doesn't resolve the issue.

    post_max_size = 512M
    upload_max_filesize = 256M
    max_memory_limit = 512M

    I tried also adding these settings via ISPConfig panel as a custom php.ini setting.

    It works perfectly on the website for php uploads, but not in phpMyAdmin...

    Any help is greatly appreciated. Thanks in advance...
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You either changed the wrong php.ini file or missed restarting the webserver and php-fpm daemon.
     
  3. ConRaul

    ConRaul New Member

    Thanks for the response.

    Looks like restarting php-fpm was the issue (concerned as I believe I rebooted the server...)
     
    Gwyneth Llewelyn likes this.

Share This Page