Ensim friendly phpMyAdmin upgrade 2.11.5.2 (final)
crankycronos posted this on Apr 29th 2008 at 6:38 am under Ensim Fixes, phpMyAdmin
This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered. Remember Aug. 8, 2008 is rapidly approaching. Get your servers upgraded and updated today while you have a chance to fix stuff.
SSH into the server as root,
cd /root
rm -f upgrade_phpMyAdmin
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin
chmod 700 upgrade_phpMyAdmin
./upgrade_phpMyAdmin
Enjoy!

Zaph on 03 Jun 2008 at 5:42 am #
Many thanks Joseph!
crankycronos on 03 Jun 2008 at 5:56 am #
No Problem. Enjoy!
cepheid on 02 Feb 2009 at 4:21 am #
Joseph, since rpmforge has phpmyadmin packaged as an RPM already, is there any reason not to use their RPM? Is it not compatible with Ensim? Basically, what makes this more Ensim-friendly than the prepackaged RPM?
crankycronos on 02 Feb 2009 at 8:05 am #
Parallels uses their own rpm. I have no idea if the rpmforge one is anything similar to the one they put out. I do know that my method has never interfered with an upgrade since the 3.1 days.
Tony Kammerer on 01 Apr 2009 at 4:08 pm #
Hey Cranky,
Just thought I would make a suggestion that I find extremely handy.
In your config.inc you can add the following variables which make it so much easier to navigate databases when you have enough that it normall turns into a mulitpage list (as well as getting past the css issue where longer database names simply do not show up correctly and the width of the left frame auto shrinks):
$cfg[DisplayDatabasesList] = FALSE;
$cfg[MaxDbList] = 1000 ;
pacektscan on 29 Jun 2009 at 10:30 pm #
Thank you.
This came in handy.