Ensim friendly phpMyAdmin upgrade 2.11.1 (final)
crankycronos posted this on Sep 21st 2007 at 6:19 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.
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!

Andi Sugandi on 25 Sep 2007 at 4:42 pm #
We happy, if upgrade with rpm
crankycronos on 25 Sep 2007 at 4:49 pm #
Sadly, there are already way too many phpMyAdmin rpms out there, so to avoid an confusion, I have intentionally kept it at a basic script level.
Doug on 26 Sep 2007 at 9:42 pm #
Could not have been easier.. Worked great! thanks for your hard work.
Tony on 17 Oct 2007 at 4:55 pm #
I have come across a bit of a problem where if a user is in a database when logging out, then attempt to login as a different user, they end up being shown the database they were in before even though the currently logged in user doesn’t have access to the db.
This seems to be due to the “index.php?db=database_name” contained within the logout URL as that is carried over into the login.
Any ideas how to prevent this from occurring?
crankycronos on 17 Oct 2007 at 5:02 pm #
That might be fixed in this new release that just came out (2.11.1.2) … Look for that in the next day or so.