Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been running WAMP for a little while on my local computer, and recently re-installed, and put the newest version of WAMP on the system (along with a ton of other stuff, beside the point). I have had no issues up til now, I have a linux server that is running a couple of websites, and I am wanting to use my local WAMP to pull some data from it's database. I have not needed to do this in the past, so have not run into this sort of issue before. I have googled, and come across a lot of things, that do not work, or seem like they work, but do update the phpinfo() page, and tells me it didn't work, as I get the same error with my script... anywho here it is..

The issue is, WAMP on the local system is now running, Client API library version: mysqlnd 5.0.8-dev - 20102224 - $Id: 65fe78e70ce53d27a6cd578597722950e490b0d0 $ according to phpinfo(). My webserver on the other hand says it is running Client API version: 5.1.67. Now I have been throughout the internet, and have seen several posts here on stackoverflow, like this one Upgrade WAMP to MySQL 5.5? and have followed every one of these [in the reverse] so that I may 'downgrade' my WAMP to 5.1.67 or the closest to that that I could find. Which according to WAMP is MySQL 5.1.41.

I have made sure the registry keys match the directory, and all the ini's and config's all match. I get a green WAMP icon, and it goes 'Online' with no problem, I click the icon, go to mysql > version > and make sure (and uncheck, recheck to ensure) it is set to 5.1.41, all looks good. I have even restarted a couple of times. I have 2 phpinfo() pages setup, 1 on the webserver, and 1 on the WAMP, and as shown above, I get these results for WAMP. No matter what, I can not seem to get WAMP to show the same version as my web server, even though everything seems to be in the green.

Maybe I am missing something here, and it has upgraded, but I feel that isn't the case, because I would think that the error on my code would go away. That error is mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file (#2000)

I have access to both WAMP and Server at the 'admin/root' level, and would prefer to fix WAMP, and not have to adjust the webserver.

Any help on this would be appreciated.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.