file upload error greater than 2 mb in phpmyadmin

HI,

I can’t upload files larger than 2mb in phpmyadmin.
I changed
php_value upload_max_filesize 100M and
php_value post_max_size 64M
in the php.ini file and works in the file manager but not in PHPMYADMIN where the maximum size of the file to upload remains at 2 mb.

Please help me fix the problem

Regards

Update these settings for PHP 7.3 and do

systemctl restart lscpd

Hi,

For PHP 7.3 it works fine but why doesn’t it work for versions 7.4 and 8.0?

PHPMyadmin use PHP v 7.3