tcsll commented on issue #28439:
URL: https://github.com/apache/doris/issues/28439#issuecomment-1857332386

   > use jdbc catalog
   
   执行create catalog 
   如果写 jdbc:TAOS-RS://ip.. 会报不支持的jdbc类型;
   如果写 jbbc: ${其他}://..  比如mysql/clickhouse ,虽然catalog可以创建成功,但是swtich 
catalog&show databases就无法执行了。
   我的url与class是:
       "driver_url" = "taos-jdbcdriver-2.0.39-dist.jar",
       "driver_class" = "com.taosdata.jdbc.rs.RestfulDriver"
   或者
       "driver_url" = "mysql-connector-java-8.0.25.jar",
       "driver_class" = "com.mysql.cj.jdbc.Driver"
   
   依赖包同时放到了lib与jdbc_drivers文件夹下
   
   所以我是哪个步骤有问题?
   谢谢。
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to