Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/01/2005, 12:39
josemi
Ex Colaborador
 
Fecha de Ingreso: junio-2002
Mensajes: 9.091
Antigüedad: 21 años, 10 meses
Puntos: 16
Hola,

www.php.net/mysql_connect segundo comentario de los usarios
Cita:
maybe you have seen this (using PHP 4.3.9 and MySQL client/server 4.1)

Error w/ php: mysql_connect(): Client does not support authentication protocol

Solution:
mysql -u root-p

SET PASSWORD FOR user@localhost = OLD_PASSWORD('password');

It is clearly that this is a bug in PHP's mysql module, perhaps it will be upgraded in the next version

Resource: http://forums.mysql.com/read.php?11,6400,6701#msg-6701
Saludos.
__________________
Josemi

Aprendiz de mucho, maestro de poco.