Set specific version for phpmyadmin (downgrade to 2.11)?

mvdg27

Verified User
Joined
Oct 25, 2006
Messages
20
Hi,

Yesterday I did an upgrade with CustomBuild and it installed phpMyAdmin3. Today I notice that phpMyAdmin isn't compatible with MySQL version 4.

As I don't want to upgrade to MySQL 5 today (planning to do this later on), I'm looking for a way to downgrade back to phpmyadmin 2.11 ..

How is this done with CustomBuild?

Thanks in advance.

Michiel
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set default_php 4
./build phpmyadmin
 
Thanks for that very swift reply! Amazing!! :)

Just one check .. that doesn't change my installed PHP version back 4 does it? I only want to revert back to the previous version phpmyadmin for now, keep the rest as is and do the MySQL upgrade more controlled later on.

Thanks!
 
It doesn't. default_php setting is only used when you have both PHP4 and PHP5 installed on your system. Have a good day! :)
 
set php version for phpmyadmin

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set default_php 4
./build phpmyadmin


It got someting similar.
My PHPmyAdmin says:

"PHP 5.5+ is required.
Currently installed version is: 5.4.45"

I run 5.4.45 for certain reasons and php 7 as second version.
How do i run PHPmyAdmin on PHP7?
I tried the above, and set it to 7 but it didn't work.

Can you show me the way? :)
 
Back
Top