菜鸟请教:MySql问题 
apache_2.0.59-win32-x86-no_ssl.msi
php-4.4.2-Win32.zip
mysql-5.0.22-win32.zip
phpMyAdmin-2.9.1-rc1.zip
以上我都顺利安装成功,并测试过了
在用phpmyadmin管理我的数据库时,当我的config.inc.php内容为
$cfg['Servers'][$i]['auth_type'] = 'config'; 
$cfg['Servers'][$i]['user'] = 'root'; 
$cfg['Servers'][$i]['password'] = ''; 可以顺利进入管理MySQl界面;当我的config.inc.php内容为
$cfg['Servers'][$i]['auth_type'] = 'cookie'; 或者为http 
$cfg['Servers'][$i]['user'] = 'root'; 
$cfg['Servers'][$i]['password'] = ''; 也可以树立进入管理MySQl界面;问题:
当我把我的用户root的密码改掉后,不管是用哪一种授权协议
总有下面的错误提示
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
难道我真要给我的MySQL升级吗
5.0.22还不够吗希望能人多多帮忙,菜鸟不胜感激