Problemas conexiones al actualizar a V6

Hola a todos,

Al actualizar a la V6 no me funcionan las conexiones de los proyectos que en la V5 siguen funcionando perfectamente. He reiniciado el password como dice y sigue sin funcionar.

“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”

Gracias a todos.

Re: Problemas conexiones al actualizar a V6

I have the same problem :frowning:

Arthur

Re: Problemas conexiones al actualizar a V6

Hello,

This error was generated by the database, where the solution is shown:

“Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD(‘your_existing_password’)”.

You only need to change the user password, is mostly common the user is ?root?

PS: You can change to the older password, use the manager or through a command line

regards