I have created my clickhouse table using JDBC engine. But when id run a query, it calls
DB::Exception: Received error from remote server:
/identifier_quote?connection_string=jdbc%3Amysql%3A%2F%2F10.117.130.95%3A3306%2F%3Fuser%3Droot%26password%3D**.
HTTP status code: 500 Server Error, body: No suitable driver found for jdbc:mysql://10.117.130.95:3306/?user=root&password=** (version 20.5.2.7 (official build))
this is my engine set:
engine = JDBC('jdbc:mysql://10.117.130.95:3306/?user=root&password=**','pma','t_dept');