How to create a catalog with database type: kingbase #55101
Unanswered
MrZhaoooo
asked this question in
A - General / Q&A
Replies: 1 comment
-
|
for this. maybe you can use selectdb. doris don't support this |
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.
-
I want to create a kingbase8 catalog by using 'jdbc' but returns a error: unsupported jdbc database type. How to create a catalog with database type: kingbase?
CREATE CATALOG jdbc_kingbase PROPERTIES (
"type"="jdbc",
"user"="",
"password"="*",
"jdbc_url"="jdbc:kingbase8://192.168.0.1:54321/databasename?currentSchema=test&characterEncoding=UTF-8&rewriteBatchedStatements=true",
"driver_url"="kingbase8-8.6.0.jar",
"driver_class"="com.kingbase8.Driver"
);
Beta Was this translation helpful? Give feedback.
All reactions