Not possible to upgrade PMA to 4.0.10.6

Remco00

Verified User
Joined
Feb 22, 2006
Messages
283
Using Custombuild 1.2 and MySQL 5.1 it is not possible to update PMA 4.0.10.3 to 4.0.10.6:

Code:
[root@s03 custombuild]# ./build phpmyadmin
phpMyAdmin 4.2.12-all-languages requires MySQL 5.5+, but 5.1.73 is installed
Dropping phpMyAdmin version down to 4.0.10.3
phpMyAdmin 4.0.10.3-all-languages installation is done.
[root@s03 custombuild]#

Can this be fixed please?
 
Code:
cd /usr/local/directadmin/custombuild
./build set mysql_inst yes
./build set mysql 5.5
./build mysql
./build phpmyadmin
 
Thanks Martinas, I just wondered why if it's not possible to update PMA to version 4.0.10.6 without having to update mysql because 4.0.10.6 should work under mysql 5.1.
 
Please give it a second try with the latest version of CustomBuild :)

Code:
cd /usr/local/directadmin/custombuild
./build update
./build phpmyadmin
 
Back
Top