Upload max file size not change

#1
Hi all, i use LiteSpeed Standard last version and i have a issure in changeing

upload_max_filesize from php.ini i modify php.ini file from upload_max_filesize = 10M to upload_max_filesize = 200M
FROM:/usr/local/lsws/php
/usr/local/lsws/lsphp5/lib
and from here also /usr/local/lsws/bin
and restart lsws but nothing changes in phpmyadmin when i want to import database....

I want to import a .sql database larger than 10M and the max file size to import is still (10MiB) in phpmyadmin
 
Last edited by a moderator:

webizen

Well-Known Member
#2
1. find the right php.ini

Code:
/usr/local/lsws/fcgi-bin/lsphp5 -i | grep php.ini
2. edit php.ini

post_max_size
upload_max_filesize
memory_limit

3. restart lsws to take effect
 
Last edited by a moderator:
Top