Estou tentando conectar ao um servidor externo.
Apos instalar o sistema em na maquina local do cliente, eu preciso que o sistema faca uma coneccao no meu servidor (externo), então ao configurar esta
coneccao com o banco de dados, esta dando a seguinte mensagem:
[i][b]Connection Error
mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD(‘your_existing_password’). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file
mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD(‘your_existing_password’). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file[/b][/i]
Isto esta acontecendo somente com conecções externas… Já tentei dar o reset no password, aproveitando as instruções, mas não esta funcionando. Alguem pode ajudar?