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...
Thanks for the response. Looks like restarting php-fpm was the issue (concerned as I believe I rebooted the server...)