How to install older version of phpMyAdmin?
Posted by: vpunk (---.sfgov.org)
Date: January 07, 2010 09:56PM

I've setup wamp server and everything works fine. However, to run my php app I had to downgrade to PHP 4.4.9 and Apache 2.0.63. Now I can't get into phpMyAdmin because the version that comes with wamp (3.2.0.1) only supports PHP 5.2+. I downloaded phpMyAdmin 2.11.10, a version that is compatible with PHP 4.4.9, but how do I go about installing it?

Options: ReplyQuote
Re: How to install older version of phpMyAdmin?
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: January 07, 2010 10:19PM

download an older wamp , on sourceforge

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to install older version of phpMyAdmin?
Posted by: vpunk (---.sfgov.org)
Date: January 07, 2010 10:45PM

thanks for the reply, Steven. I was hoping not to do that, but if there is no other way.... do you, of top of your head, know which wamp version will have PHP 4.4.9 and Apache 2.0.63 (or similar) ?



Edited 1 time(s). Last edit at 01/07/2010 10:46PM by vpunk.

Options: ReplyQuote
Re: How to install older version of phpMyAdmin?
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: January 07, 2010 11:18PM

oh that old lol none


they start at php 5.0 and apache 2.2.63



to install phpmyadmin... and this is the easiest possible way..


leave ur phpmyadmin folder as is... but delete all the files out of it...

put all the files from phpmyadmin which u can find if you search for

phpmyadmin old version


and place them into the phpmyadmin folder in the apps, this way u wont need to worry about paths.


you might recieve an error or two but jsut post them up

btw what app do u need that is sooo far behind?!

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to install older version of phpMyAdmin?
Posted by: vpunk (---.sfgov.org)
Date: January 08, 2010 12:04AM

Thanks a lot for helping me with this.

yeah the app hasn't been updated in a few years, but it fits our needs perfectly. The app is Online Resource Scheduler (ors.sourceforge.net)

I did try the method you are describing and here are the errors I get:
Before even trying to log in, I get this:

"Cannot load mysqli extension. Please check your PHP configuration. - Documentation"

and

"Cannot load mcrypt extension. Please check your PHP configuration."

after trying to login, I get this:

"Probably reason of this is that you did not create configuration file. You might want to use setup script to create one.
Error
MySQL said:

#1045 - Access denied for user 'root'@'localhost' (using password: NO)"

So I went ahead and created the config.inc.php file from the sample file and added my password to the line:

$cfg['blowfish_secret'] = 'password'

After I did this, the "mysqli extension" error is gone, but "mcrypt extension" error is still there.
When logging in, I get:

"Error
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client"

this is where I'm stuck...



Edited 1 time(s). Last edit at 01/08/2010 12:06AM by vpunk.

Options: ReplyQuote
Re: How to install older version of phpMyAdmin?
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: January 08, 2010 04:48PM

add me to msn and ill help u
stevenmartin99@hotmail.com

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to install older version of phpMyAdmin?
Posted by: vpunk (---.sfgov.org)
Date: January 08, 2010 05:19PM

just added you

Options: ReplyQuote
Re: How to install older version of phpMyAdmin?
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: January 08, 2010 05:48PM

dont see u.. write me a msg to start

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to install older version of phpMyAdmin?
Posted by: yfastud (Moderator)
Date: January 08, 2010 07:12PM

in phpmyadmin has section to setup for OLD_PASSWORD or through wamp tray icon, open mysql consol and use this syntax
SET PASSWORD FOR 'username'@'localhost' = OLD_PASSWORD('newpwd');

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: How to install older version of phpMyAdmin?
Posted by: brikonwall (---.washdc.fios.verizon.net)
Date: February 06, 2010 08:56PM

Hello,

I am running into the same issue as vpunk. Any help will be much appreciated.

The configuration I need to achieve is:

MySQL version: 4.1.22-standard
Apache version: 1.3.37
PHP version: 4.4.5

Thanks...

- Tanvir

Options: ReplyQuote


Sorry, only registered users may post in this forum.