Ciao a tutti,
sto eseguendo un passaggio da un server CentOS ad un Windows Server 2008 R2, per questo motivo ho installato WAMP.
Passando i vari script dal vecchio al nuovo server ed eseguendoli ottengo questo errore:
Avendo come versione di PHP installata la 5.3.4 e del MySQL la 5.1.53 ho guardato nella documentazione relativa al MySQL le soluzioni che venivano suggerite (http://dev.mysql.com/doc/refman/5.1/en/old-client.html) tuttavia nessuna di queste operazioni ha risolto il problema.codice:Connessione non riuscita: 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
Avete consigli?
Grazie!