为了账号安全,请及时绑定邮箱和手机立即绑定

连接数据库:java.sql.SQLException: Access denied for user ''@'localhost' (using password: NO)

本人在连接数据库的时候一直报这个错误,网上的很多方法都试过了,但是还是没有起作用,希望已经解决的小伙伴能够给出解决方法

,以下是报错信息:

https://img1.sycdn.imooc.com//5bc40cb50001741209870403.jpg

https://img1.sycdn.imooc.com//5bc40cc10001b5bf09150437.jpg

希望给出解决方法,先谢谢各位了

正在回答

3 回答

datasource:
  driver-class-name: com.mysql.jdbc.Driver
  url: jdbc:mysql://localhost:3306/mytest
  username: root
  password: 123456
jpa:
  hibernate:
    ddl-auto: update
  show-sql: true

这是我配的,试下我这种

0 回复 有任何疑惑可以回复我~
#1

灵灵妖 提问者

谢谢,已经解决了,之前改成username了,但是password没有改,后来改了就好了
2018-11-09 回复 有任何疑惑可以回复我~
datasource:
  driverClassName: com.mysql.jdbc.Driver
  url: jdbc:mysql://localhost:3306/guns
  username: root
  password: 123456

把/去掉。就可以了

0 回复 有任何疑惑可以回复我~

请问你解决了吗

0 回复 有任何疑惑可以回复我~
#1

灵灵妖 提问者

已经解决了,就是用的楼上的那种方法
2018-11-09 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

连接数据库:java.sql.SQLException: Access denied for user ''@'localhost' (using password: NO)

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信