修改了数据库连接 可是db类型依然是

发布于 2021-12-04 06:50:35 字数 1039 浏览 832 评论 3

# 使用的数据库类型,根据db.type的值,下面对应类型的数据库连接要配置正确
db.type = mysql
#db.type = postgresql
#db.type = oracle
#db.type = sqlserver
#db.type = db2


# 使用postgresql数据库
postgresql.driverClass = org.postgresql.Driver
postgresql.jdbcUrl = jdbc:postgresql://127.0.0.1:5432/jfinaluibv3
postgresql.userName = postgres
postgresql.passWord = 678789


# 使用mysql数据库
mysql.driverClass = com.mysql.jdbc.Driver
mysql.jdbcUrl = jdbc:mysql://127.0.0.1:3306/mydb?characterEncoding=UTF-8&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=convertToNull
mysql.userName = root

mysql.passWord = shili2000


这样修改了数据库连接 依然提示

 create connection error, url: jdbc:postgresql://127.0.0.1:5432/jfinaluibv3, errorCode 0, state 08001
org.postgresql.util.PSQLException: Connection to 127.0.0.1:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

简单气质女生网名 2021-12-09 23:07:52

时隔多年 回头看了看自己问的问题 原来是下边的 链接配置 没注释掉

离不开的别离 2021-12-09 19:23:47

按楼上的来,你用mysql客户端连了试试,也连不上,那就是网络问题

叹沉浮 2021-12-08 20:38:12

确认一下:

1)确认你的防火墙是否关闭

2)确认你的授权是否是trust

# IPv4 local connections:
host    all             all             127.0.0.1/32            trust

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文