Similar title, why my PHP upload size doesn't increase althought i have edit in PHP config step by step:
https://cyberpanel.net/docs/4-change-upload-limit-for-phpmyadmin/
I'm using PHP version 7.0
Error Image:
https://i.imgur.com/UmZld9G.png
https://i.imgur.com/pNW8kcT.png
Comments
I did all on here
https://cyberpanel.net/docs/4-change-upload-limit-for-phpmyadmin/
and its still 2mb
https://imgur.com/q5ZnJtn
https://imgur.com/Jo5CbPm
https://imgur.com/brBTYQn
https://imgur.com/gJjzdUM
https://imgur.com/pchVuex
Whats wrong?
I killed php using command killall php
Still no luck php upload limit doesn't increase
> pkill lsphp
does not work, I also tried to restart ls but the php upload limit does not change
killall lsphp
CyberPanel
Blog
Fortunately it is quite simple to import a database by ssh. Just upload mysql file to home folder via filemanager or ftp (/home/yourdomain.com) then log into ssh and change directory with cd /home/yourdomain.com then run this command.
mysql -p -u user_name database_name < file.sql changing the values to that of your mysql database, press enter and you will be prompted for your mysql user passwd press enter again job done.
(that version it's used by phpmyadmin on CP2.0)
> @huuthi95 said:
> Similar title, why my PHP upload size doesn't increase althought i have edit in PHP config step by step:
> https://cyberpanel.net/docs/4-change-upload-limit-for-phpmyadmin/
> I'm using PHP version 7.0
>
> Error Image:
> https://i.imgur.com/UmZld9G.png
> https://i.imgur.com/pNW8kcT.png