4 messages in com.mysql.lists.win32Re: connect DB using PHP
FromSent OnAttachments
Glaucia Destro28 Jun 2004 11:29 
Milan Reznicek28 Jun 2004 11:32 
SGr...@unimin.com28 Jun 2004 11:34 
Glaucia Destro28 Jun 2004 12:28 
Subject:Re: connect DB using PHP
From:Glaucia Destro (glau@yahoo.com.br)
Date:06/28/2004 12:28:28 PM
List:com.mysql.lists.win32

Thanks, Shawn Green. Thanks, Milan Reznicek!

Now, my application is ok!

SGr@unimin.com wrote:

Your PHP library is not aware of the security changes that happened in MySQL 4.1: http://dev.mysql.com/doc/mysql/pt/Password_hashing.html

Yours, Shawn Green Database Administrator Unimin Corporation - Spruce Pine

Glaucia Destro hoo.com.br> cc: Fax to: 06/28/2004 03:30 Subject: connect DB using PHP PM

Hello, people!

I´m trying to connect the DB through php... i do:

$conexao = mysql_connect("localhost", "glaucia", "my_password"); ?>

But, i have this message in navegator: "Warning: mysql_pconnect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\arquivos de programas\apache group\apache\htdocs\exercicio.php on line 2".

What´s this?

PS: I´m using MySQL 5.0.0 and 4.3.4...