PDA

View Full Version : Set specific version for phpmyadmin (downgrade to 2.11)?



mvdg27
04-08-2009, 06:16 AM
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

smtalk
04-08-2009, 06:18 AM
cd /usr/local/directadmin/custombuild
./build update
./build set default_php 4
./build phpmyadmin

mvdg27
04-08-2009, 06:21 AM
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!

smtalk
04-08-2009, 07:15 AM
It doesn't. default_php setting is only used when you have both PHP4 and PHP5 installed on your system. Have a good day! :)

mvdg27
04-08-2009, 09:37 AM
Great! Thanks! Works like a charm.
Have a good as well :)