Re: [PHP-DB] Connection error!

2007-06-19 Thread bedul
- From: "Chris" <[EMAIL PROTECTED]> To: "MIGUEL ANTONIO GUIRAO AGUILERA" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 19, 2007 7:45 AM Subject: Re: [PHP-DB] Connection error! > MIGUEL ANTONIO GUIRAO AGUILERA wrote: > > > > Hi all, > >

Re: [PHP-DB] Connection error!

2007-06-18 Thread Chris
MIGUEL ANTONIO GUIRAO AGUILERA wrote: Hi all, I'm getting this error message "Client does not support authentication protocol requested by server, consider upgrading MySQL client" when I try to connect to the DB server! Any ideas? Did you search for this error message ? The first result i

RE: [PHP-DB] Connection error!

2007-06-18 Thread Miguel Guirao
No, the DB server has MySQL 5.0.18 -Original Message- From: Matteo Cisilino [mailto:[EMAIL PROTECTED] Sent: Lunes, 18 de Junio de 2007 09:47 a.m. To: php-db@lists.php.net Subject: Re: [PHP-DB] Connection error! Alle 16:26, lunedì 18 giugno 2007, MIGUEL ANTONIO GUIRAO AGUILERA ha

Re: [PHP-DB] Connection error!

2007-06-18 Thread Matteo Cisilino
Alle 16:26, lunedì 18 giugno 2007, MIGUEL ANTONIO GUIRAO AGUILERA ha scritto: > Hi all, > > I'm getting this error message "Client does not support authentication > protocol requested by server, consider upgrading MySQL client" when I try > to connect to the DB server! > > Any ideas? > > All the sc

[PHP-DB] Connection error!

2007-06-18 Thread MIGUEL ANTONIO GUIRAO AGUILERA
Hi all, I'm getting this error message "Client does not support authentication protocol requested by server, consider upgrading MySQL client" when I try to connect to the DB server! Any ideas? All the scripts are in the web server. But the DB server is a different server!! PHP v4.1.2 MySQL

RE: [PHP-DB] Connection error

2002-04-19 Thread Sam Masiello
PROTECTED] Subject: [PHP-DB] Connection error > Bisexuality doubles the chance of getting a date. Hi All! In order to make my job easy, a choose the following approach: settings.php main_file.php On the test machine (Windows 98, PHP Triad 221 - PHP 4.1.0) it works; whe

Re: [PHP-DB] Re:[PHP-DB] Connection error

2002-04-19 Thread Ciprian Trofin
> Monday is an awful way to spend 1/7th of your life. a> try double quote instead single quote. a> $dbserver = "server"; Tried that, no effect. -- Ciprian > Oxymoron: Government budget -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

[PHP-DB] Re:[PHP-DB] Connection error

2002-04-19 Thread adi
Ciprian Trofin <[EMAIL PROTECTED]> wrote on 4/19/2002 5:29:00 PM: > >> Bisexuality doubles the chance of getting a date. > > >Hi All! >In order to make my job easy, a choose the following approach: > >settings.php >$dbserver = 'server'; >$dbname = 'name'; >$dbpass = 'password'; >

Re: [PHP-DB] Connection error

2002-04-19 Thread Jason Wong
On Friday 19 April 2002 18:29, Ciprian Trofin wrote: > > Bisexuality doubles the chance of getting a date. > > Hi All! > In order to make my job easy, a choose the following approach: > > settings.php > $dbserver = 'server'; > $dbname = 'name'; > $dbpass = 'password'; > ?> > > mai

[PHP-DB] Connection error

2002-04-19 Thread Ciprian Trofin
> Bisexuality doubles the chance of getting a date. Hi All! In order to make my job easy, a choose the following approach: settings.php main_file.php On the test machine (Windows 98, PHP Triad 221 - PHP 4.1.0) it works; when I put the project online, it doesn't (the