I cant change the maximum upload file size in PhpMyAdmin

I create website, and i set PHP7.0
“PHP successfully changed for: mydomain.xyz”
Imgur

so, i go to PHP → Edit PHP Config and i set:
upload_max_filesize : 100M
post_max_size : 100M
Imgur

in SSH i try
“service lsws restart”

so i go to
/usr/local/lsws/lsphp70/etc/php.ini
and checked if the changes were saved.
Changes have been saved.

Imgur
I did restart the server

in SSH → reboot

but all the time unchanged.
Imgur
Please help what else can I do?

ok, so where does the uploaded file size increase?

try php --ini

Set limit on PHP 7.3 that will affect on phpMyAdmin.

Try to increase " post_max_size " and click php restart, it worked for me. also, select the correct php version that matched with PHPMyAdmin.

Hello @usmannasir , I’m also facing the same issue with the latest version of CyberPanel 2.3. I have updated the upload_max_filesize in Edit PHP Configs, but it is not reflecting on the WordPress site after restarting the server. Could you please check and provide a solution? Thank you.

Screenshot from CyberPanel Admin console:

Screenshot from Wordpress site:
image