View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 07:01 AM
Reinhart Viane
 
Posts: n/a
Default RE: Client does not support authentication protocol requested by server

I would have a look here:
http://dev.mysql.com/doc/refman/5.0/en/old-client.html

Secondly, if I'm not mistaking, the some_host should be localhost if you
want the script only to be able to connect from the local computer and % if
you want the connection to be possible from any possible host.
At least that is what I think...

Regards

-----Oorspronkelijk bericht-----
Van: John Berman [mailto:John_Berman@blueyonder.co.uk]
Verzonden: dinsdag 9 oktober 2007 23:47
Aan: mysql@lists.mysql.com
Onderwerp: Client does not support authentication protocol requested by
server

Hi

We have php 4.3.4 and mysql 5

My test script produces this

Client does not support authentication protocol requested by server

http://www.jewishgen.org/cemetery/connect-test.php



Research suggests that I can upgrade php or

SET PASSWORD FOR cemetery@jewishgen.org = OLD_PASSWORD ('xxxxxxxx')

So I did this but it makes no difference, pointers appreciated

Regards

John B

No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.14.5/1058 - Release Date: 08/10/2007
16:54




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=rv@domos.be

Reply With Quote