0

I'm trying Druid to connect TDengine.

url jdbc:TAOS-RS://127.0.0.1:6041/test?user=xxx&password=xxxx

Then I got the following error:

java.sql.SQLException: connect error

If I use JDBC directly, it's ok. What may be the problem?

superman
  • 1
  • 4

1 Answers1

0

Please make sure you have launched taosAdapter.

You can try

systemctl start taosadapter
cpvmrd
  • 51
  • 4