[Client does not support authentication protocol], i have read the page in mysql [Client does not support authentication protocol], i have read the page in mysql
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Client does not support authentication protocol], i have read the page in mysql

Started by cpthk, November 02, 2004, 06:42:54 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cpthk

[Client does not support authentication protocol], i have read the page in mysql http://dev.mysql.com/doc/mysql/en/Old_client.html
and i type :
SET PASSWORD FOR(enter)
'gladiaconair'@'localhost' = OLD_PASSWORD('newpwd');(enter)
and it say's:
mysql> SET PASSWORD FOR
    -> gladiaconair@localhost = OLD_PASSWORD('newpwd');
Query OK, 0 rows affected (0.00 sec)
it does not do anything to me.
can everyone help me with?

Nibbler

'0 rows affected' means it didn't change anything. Make sure you specified the correct user. Alternatively use a pre 4.1 version of mysql. This is not a coppermine issue so we can't really help you much.