Loading

远程连接mysql报错:The specified database user/password combination is rejected: com.mysql.cj.exceptions.CJException: Access denied for user 'root'@'ip' (using password: YES)

密码错误

使用正确的密码

权限问题

GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY "your password";

别忘了刷新一下

FLUSH PRIVILEGES;

 

posted @ 2021-09-12 11:59  BigBender  阅读(1323)  评论(0编辑  收藏  举报