|
Posted by Tony on 06/29/05 00:25
rincewind wrote:
> On Mon, 27 Jun 2005 14:57:40 -0700, Tony wrote:
>
>> BJA wrote:
>>>>
>>> I get the following message
>>>
>>> Warning: mysql_connect(): Client does not support authentication
>>> protocol requested by server; consider upgrading MySQL client in
>>> C:\www\test4.php on line 12
>>
>> Have you tried Google yet?
>
> Done that! Tried that, doesn't work.
So, you've tried
SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
and
UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd') WHERE Host =
'some_host' AND User = 'some_user';
FLUSH PRIVILEGES;
and you're still getting the error?
--
Tony Garcia
Web Right! Development
Navigation:
[Reply to this message]
|