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
然后在客户端按照下面步骤配置登录