tbaldur / cyberpanel-mods

Small changes to cyberpanel core installation
19 stars 7 forks source link

PhpMyAdmin Changer #2

Closed master3395 closed 1 year ago

master3395 commented 1 year ago

Maybe we can have PhpMyAdmin changer like SnappyMail? My commands below work, as long as your DB works.

https://community.cyberpanel.net/t/how-to-update-phpmyadmin-to-the-latest-version-in-cyberpanel/32224

tbaldur commented 1 year ago

Hello, I will have a look in two days, I'm currently without access to a pc.

tbaldur commented 1 year ago

Actually, this should do it @master3395 Tested a couple of times upgrading/downgrading, but please let me know.

sh <(curl https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/phpmyadmin_v_changer.sh || wget -O - https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/phpmyadmin_v_changer.sh)

master3395 commented 1 year ago

Actually, this should do it @master3395 Tested a couple of times upgrading/downgrading, but please let me know.

sh <(curl https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/phpmyadmin_v_changer.sh || wget -O - https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/phpmyadmin_v_changer.sh)

Yup this works, just downgraded from 5.2.0 to 5.1.0 and back up to 5.2.0 :) image