How to update phpMyadmin 5.1 on Centos 7?

ngoctan215

New member
Joined
Aug 23, 2021
Messages
2
Hi All!

I'm using centos 7. MySQL 5.5.6, myphpadmin 4.8.3. I just updated php 7.2 to php 7.4 when i go to myphpadmin and see many error messages, it seems that the old version is not compatible.
How to update to myphpadmin 5.1?
Thanks all!
Untitled 2.png

Untitled.png
 
custombuild 2.0 can help you
or command line
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set phpmyadmin_ver 5
./build phpmyadmin
 
custombuild 2.0 can help you
or command line
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set phpmyadmin_ver 5
./build phpmyadmin
Thank u very much!
I did and it worked. phpadmin was working properly and no longer giving an error.
 
Back
Top