fso 拒绝访问_java.sql.sql异常:用户“asus”@“localhost”的访问被拒绝(使用密码:YES)...
java.sql.SQLException: Access denied for user 'asus'@'localhost' (using password: YES)
在整合ssm框架是出現(xiàn)錯(cuò)誤java.sql.SQLException: Access denied for user 'asus'@'localhost' (using password: YES),經(jīng)反復(fù)百度以及修改后,我的錯(cuò)誤解決了,如下:
原本的數(shù)據(jù)庫配置文件:
driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/ssmbuilder?useSSL=true&useUnicode=true&characterEncoding=utf8
username=root
password=123456
spring連接數(shù)據(jù)庫代碼
經(jīng)反復(fù)嘗試后,將username該為user解決,我也不知道為啥
driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/ssmbuilder?useSSL=true&useUnicode=true&characterEncoding=utf8
user=root
password=123456
總結(jié)
以上是生活随笔為你收集整理的fso 拒绝访问_java.sql.sql异常:用户“asus”@“localhost”的访问被拒绝(使用密码:YES)...的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java线程池饱和策略_线程池的饱和策略
- 下一篇: java cookie共享_JavaWe