1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client 是不是这个mysql错误提示?

解决方案 »

  1.   

    不是。MySQL已经正常启动,因为是“绿灯”了。我觉得是phpMyadmin配置的问题,因为帐号密码不能正确传递给MySQL所以无法通过Web方式打开MySQL。
      

  2.   

    MySQL 用的是 mysqli的库吧?
    config.inc.php里找 $xxx = "mysql" 的一行(具体的忘了),改成mysqli再试试
      

  3.   

    1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client 错误解决把libmysqli.dll复制到apache2/bin ,或则是windows(xp) or winnt(2000)目录下,在phi.ini中加入一行
    extension=php_mysqli.dll
    修改phpmyadmin的config.inc.php文件中的
    $cfg['server']['$i']['extension']=mysql 改为
    $cfg['server']['$i']['extension']=mysqli
    改$cfg['bolwfish_scret]=''
    随便设置一个非空值
      

  4.   

    重新update你的密码,使用old_password()函数