I use Tableplus 1.6.0 (302) on PopOS 22.04 LTS. When I connect to database, I want the console to also stream the log connection, not only after connection successful, not only showing what query was run.
I got error can't connect to database but I didn't know why. I tried to connect clickhouse via ssh tunnel.
Or is there another way to view the logs ? I can't find it under /var/log grep -Ir Tableplus /var/log
What I've tried to debug:
- connect to clickhouse inside the VM via clickhouse-client: OK, means username password are correct
- connect to clickhouse inside the peer VM but still inside the cloud cluster via clickhouse-client: OK, means network policy is correct
- connect to mariadb inside the cloud cluster via tableplus ssh tunnel enabled: OK, means ssh tunnel works
- connect to clickhouse in local laptop via tableplus: OK, means it supported
- connect to clickhouse inside the cloud cluster via tableplus ssh tunnel enabled: FAIL, need to see the connection log, where ?
Could you please help ?
I use Tableplus 1.6.0 (302) on PopOS 22.04 LTS. When I connect to database, I want the console to also stream the log connection, not only after connection successful, not only showing what query was run.
I got error can't connect to database but I didn't know why. I tried to connect clickhouse via ssh tunnel.
Or is there another way to view the logs ? I can't find it under /var/log
grep -Ir Tableplus /var/logWhat I've tried to debug:
Could you please help ?