mysql_pconnect() using the old insecure authentication
Posted by: ezio (---.force9.co.uk)
Date: November 24, 2012 07:40PM

hi

being using WAMP for awhile on WinXP and no issue until now when I upgraded to Win7 64 and install latest WAMPserver

apache2.4.2
mysql5.5.24
php5.4.3

I can access local data seems OK but I have a remote SQL server which I also access but don't have admin rights just access to setup tables.

this server is mysql 5.0.51a

error message
Warning: mysql_pconnect(): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication.



any suggestions ?

Options: ReplyQuote
Re: mysql_pconnect() using the old insecure authentication
Posted by: stevenmartin99 (Moderator)
Date: November 24, 2012 08:25PM

maybe your password is too short?

iv seen that issue before

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

Options: ReplyQuote
Re: mysql_pconnect() using the old insecure authentication
Posted by: ezio (---.force9.co.uk)
Date: November 24, 2012 08:31PM

yes 16 chr hash long

if I run the following SQL locally I get 41 and if I do this on remote I get 16

SELECT PASSWORD('mypass')

various google searches seem to point in direction of reseting password or reverting to old version

Options: ReplyQuote


Sorry, only registered users may post in this forum.