Skip to content

Running docker container: Authentication failed #36570

Answered by mfridman
mfridman asked this question in Q&A
Discussion options

You must be logged in to vote

Disregard this, it was my user error and potentially an issue with a beta client.

  1. TablePlus recently added support for ClickHouse .. but I don't think it's working as expected.

TablePlus/TablePlus#670

  1. For the other client (goose), I was using the wrong connection string. This works:
 goose clickhouse "tcp://localhost:9000/clickdb?username=clickuser&password=password1" version

This does not work, and it was my mistake (used to dsn)

goose clickhouse "tcp://clickuser:password1@localhost:9000/clickdb" version

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexey-milovidov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant