navicat 连接数据库一直报错,或者1045,需要修改权限

2021-04-09  本文已影响0人  摩登开发者Oliver

Access denied for 'password'. Authentication that can continue: publickey,gssapi-keyex,gssapi-with-mic,password (13)

1.进入阿里云服务器
2.进入数据库
mysql -u root -p
3.设置mysql数据库权限(允许其他服务器连接数据库)
grant all privileges on . to '用户名'@'%' identified by '数据库登录密码' with grant option;
4.进入数据库mysql查看user表

select host,user from user


image.png

然后在客户端按照下面步骤配置登录


image.png image.png image.png
上一篇 下一篇

猜你喜欢

热点阅读