出现Client does not support authentication protocol requested by server
以下自己网上找到的解决方案
alter user 'test'@'%' identified with mysql_native_password by '123';
test是用户名,%是指定任意链接,mysql_native_password是旧的密码验证机制,123是密码。
最后问题解决:
出现Client does not support authentication protocol requested by server
以下自己网上找到的解决方案
alter user 'test'@'%' identified with mysql_native_password by '123';
test是用户名,%是指定任意链接,mysql_native_password是旧的密码验证机制,123是密码。
最后问题解决:
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。