-
hello databend OS: ubuntu 22.04 server this is my code: final String DB_URL = "jdbc:databend://192.168.39.78:8000/world"; StringBuilder stb = new StringBuilder(50); and error: thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, which storage services are you using for Databend? |
Beta Was this translation helpful? Give feedback.
Hi, there is a parameter which can disable presign url, you can use jdbc like
jdbc:databend://0.0.0.0:8000/hello_databend?presigned_url_disabled=true