用SQLyog链接MySQL8.0(社区版:mysql-installer-community-8.0.15.0.msi),出现错误2058(Plugin caching_sha2_password could not be loaded:xxxx),经过查询资料了解了该错误的缘由并在本文中提出了该问题的方案。mysql
如下解决方法sql
登陆mysql3d
进入MySQL库code
查询user hostblog
执行语句string
ALTER
USER
'root'
@
'%'
IDENTIFIED
WITH
mysql_native_password
BY
'123456'
;
it
user值 host值 root的密码社区
链接成功class