Re: [PHP] Client does not support authentication protocol...

2007-05-30 Thread Richard Lynch
On Mon, May 28, 2007 9:52 pm, Tom wrote: > Hi, as always, I'm trying to connect to a MySQL database in the > following > way: > > mysql_connect('host','user','password'); > > In my local PC this Works perfectly, but in the server I receipt the > following error: > > mysql_connect(): Client does not

Re: [PHP] Client does not support authentication protocol...

2007-05-30 Thread Zoltán Németh
2007. 05. 30, szerda keltezéssel 10.04-kor Chris ezt írta: > Zoltán Németh wrote: > > 2007. 05. 28, hétfő keltezéssel 23.52-kor Tom ezt írta: > >> Hi, as always, I'm trying to connect to a MySQL database in the following > >> way: > >> > >> mysql_connect('host','user','password'); > >> > >> In my

Re: [PHP] Client does not support authentication protocol...

2007-05-29 Thread Chris
Zoltán Németh wrote: 2007. 05. 28, hétfő keltezéssel 23.52-kor Tom ezt írta: Hi, as always, I'm trying to connect to a MySQL database in the following way: mysql_connect('host','user','password'); In my local PC this Works perfectly, but in the server I receipt the following error: mysql_c

Re: [PHP] Client does not support authentication protocol...

2007-05-29 Thread Zoltán Németh
2007. 05. 28, hétfő keltezéssel 23.52-kor Tom ezt írta: > Hi, as always, I'm trying to connect to a MySQL database in the following > way: > > mysql_connect('host','user','password'); > > In my local PC this Works perfectly, but in the server I receipt the > following error: > > mysql_connect(

Re: [PHP] Client does not support authentication protocol...

2007-05-28 Thread Chris
Firstly always CC the mailing list - others can learn from the info as well. Ing. Tomás Liendo wrote: Yes, but the solutions that figure in the Web are only applicable if one has access like administrator to the server. I can't make things like upgrade versions or configure MySQL or PHP. What I

Re: [PHP] Client does not support authentication protocol...

2007-05-28 Thread Chris
Tom wrote: Hi, as always, I'm trying to connect to a MySQL database in the following way: mysql_connect('host','user','password'); In my local PC this Works perfectly, but in the server I receipt the following error: mysql_connect(): Client does not support authentication protocol requested

[PHP] Client does not support authentication protocol...

2007-05-28 Thread Tom
Hi, as always, I'm trying to connect to a MySQL database in the following way: mysql_connect('host','user','password'); In my local PC this Works perfectly, but in the server I receipt the following error: mysql_connect(): Client does not support authentication protocol requested by server; c

[PHP] Client does not support authentication protocol requested

2004-03-22 Thread Khalid Judeh
i psoted a message here before few days asking how to solve this problem, fortunately i found the solution on a website, i reseted the pass and all worked. MySQL 4.1 uses an authentication protocal based on a password hashing algorithm that is incompatible with that used by older clients. If yo