gpt4 book ai didi

java - 无法连接到数据库

转载 作者:行者123 更新时间:2023-11-29 06:36:19 24 4
gpt4 key购买 nike

当我在删除向导中启动我的服务器时,我正在尝试连接到我的数据库。但是当我尝试启动服务器时出现以下错误

org.hibernate.engine.jdbc.internal.JdbcServicesImpl: HHH000342: 
Could not obtain connection to query metadata :
Driver:org.h2.Driver@7ed6a46e returned null for
URL:jdbc:mysql://localhost:3306/testDatabase

这是我的 .yml (yaml) 文件的代码

     # Database settings. 
database:

# the name of your JDBC driver
driverClass: org.h2.Driver

# the username
user: root

# the password
password: superSecretPassword

# the JDBC URL
url: jdbc:mysql://localhost:3306/testDatabase
server:
type: simple
connector:
type: http
port: 8080

这可能是什么问题?

最佳答案

您使用了错误的 JDBC- 驱动程序类:org.h2.Driver你必须使用类似 com.mysql.jdbc.Driver 的 mysql 驱动程序

关于java - 无法连接到数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24485283/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com