We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it soon. Read more about it: https://vestacp.com/docs/vesta-2-development
phpMyAdmin version 5?
-
- Posts: 16
- Joined: Sun Dec 15, 2019 2:43 am
- Os: Ubuntu 17x
- Web: apache + nginx
phpMyAdmin version 5?
So it seems that phpMyAdmin 4.6.6 has issues with PHP 7.2 due to changes to the count() command.
Is there a "preferred" way to upgrade to version 5, under Vesta?
Is there a "preferred" way to upgrade to version 5, under Vesta?
Re: phpMyAdmin version 5?
Visit https://www.phpmyadmin.net/downloads/ and get the latest version. Then just overwrite the server files in /usr/share/phpmyadmin directly (Ubuntu/Debian) with the latest version. That's probably the most straightforward way to update. Just be sure to first take a backup of /usr/share/phpmyadmin first. Double check file permissions after making the install. All files should be owned by root:root. Phpmyadmin Apache configs and ini files are located in /etc/phpmyadmin.
-
- Posts: 16
- Joined: Sun Dec 15, 2019 2:43 am
- Os: Ubuntu 17x
- Web: apache + nginx
Re: phpMyAdmin version 5?
Thanks Elfy