码迷,mamicode.com
首页 > 数据库 > 详细

【异常】连接MySQL权限异常SQLException: Access denied for user 'root'@'192.168.xxx.xxx' (using password: YES)

时间:2019-12-26 19:18:37      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:出现   表示   ide   mysq   word   access   mys   程序   idea   

IDEA程序访问Mysql,出现权限异常。
SQLException: Access denied for user ‘root‘@‘192.168.119.1‘ (using password: YES)
应该是mysql中的库、表等对特定的用户、特定的ip开放,所以可以修改一下,在mysql中执行:
grant all privileges on *.* to root@‘%‘ identified by ‘123456‘;
表示root用户可以在任何ip都可以访问任何库,密码是123456

生产上,按实际情况而定。

【异常】连接MySQL权限异常SQLException: Access denied for user 'root'@'192.168.xxx.xxx' (using password: YES)

标签:出现   表示   ide   mysq   word   access   mys   程序   idea   

原文地址:https://www.cnblogs.com/huomei/p/12103760.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!