新建数据源时,填写好mysql数据库连接信息,测试连接时,提示com.mysql.cj.jdbc.Driver #17900
Unanswered
sivenspeking
asked this question in
Q&A
Replies: 1 comment
-
|
https://dolphinscheduler.apache.org/zh-cn/docs/3.4.0/guide/installation/datasource-setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在dolphinscheduler/ui页面,新建数据源时,填写好mysql数据库连接信息,测试连接时,提示错误弹窗:com.mysql.cj.jdbc.Driver,日志:ERROR] 2026-01-23 07:28:57.470 +0000 org.apache.dolphinscheduler.api.service.impl.DataSourceServiceImpl:[379] - datasource test connection error, dbType:MYSQL, connectionParam:MySQLConnectionParam{user='', password='', address='jdbc:mysql://:3306', database='spt_test', jdbcUrl='jdbc:mysql://:3306/spt_test', driverLocation='null', driverClassName='com.mysql.cj.jdbc.Driver', validationQuery='select 1', other='allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&'}, message:com.mysql.cj.jdbc.Driver.
我该如何做
Beta Was this translation helpful? Give feedback.
All reactions