文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>ERROR 1251:Client does not support authentication

ERROR 1251:Client does not support authentication

时间:2009-08-08  来源:7717060

底版本远程连接高版本mysql报ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client,解决方法。

第一种

mysql>; SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

第二种

mysql>; UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd') WHERE Host = 'some_host' AND User = 'some_user';

mysql>; FLUSH PRIVILEGES;
相关阅读 更多 +
排行榜 更多 +
明星台球无限钻石最新版

明星台球无限钻石最新版

休闲益智 下载
机器人角斗场无广告版

机器人角斗场无广告版

飞行射击 下载
Sniper3D无限金币钻石

Sniper3D无限金币钻石

飞行射击 下载