手记

MySQL Access denied for user ……using password: YES)

//系统运行出现错误:
java.sql.SQLException: Access denied for user 'root'@'***.**.**.**' (using password: YES)

这是由于“IP为***...**,名字为root”的用户 没有权限访问数据库 \

如果已经通过Navicat[数据库管理工具]连接上了数据库,执行下面内容:

grant all privileges on *.* to root@'%' identified by '******' //***表示数据库连接密码

作者:芒果君 地址:www.cnblogs.com/nextsummer/

0人推荐
随时随地看视频
慕课网APP