Supprimer un message
zion
Tiens, mieux vaut tard que jamais, mais j'ai trouvé la solution pour un de tes bugs, j'ai eu le même, et j'ai trouvé
Copié/collé du site ou j'ai trouvé la soluce:
et la soluce:
This will fix it. you need to run this at the mysql command prompt because
of the different password authentications
SET PASSWORD FOR 'zoooz'@'some_host' = OLD_PASSWORD('mypass');
zoooz is the username
some_host is the host
mypass is the password you want
this will fix it
et ca pulse
Copié/collé du site ou j'ai trouvé la soluce:
> I just install MySql and trying to connect on localhost using PHP
>
> Error: Client does not support authentication protocol requested by
server;
> consider upgrading MySQL client
> how to correct this problem
>
> rana
>
> Error: Client does not support authentication protocol requested by
server;
> consider upgrading MySQL client
> how to correct this problem
>
> rana
et la soluce:
This will fix it. you need to run this at the mysql command prompt because
of the different password authentications
SET PASSWORD FOR 'zoooz'@'some_host' = OLD_PASSWORD('mypass');
zoooz is the username
some_host is the host
mypass is the password you want
this will fix it
et ca pulse