We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run this command Clickhouse.connection.databases it gives an error
Clickhouse.connection.databases
Clickhouse::QueryError: Got status 401 (expected 200): Code: 194, e.displayText() = DB::Exception: Password required for user default (version 19.17.6.36 (official build))
how can I give password?
The text was updated successfully, but these errors were encountered:
Hi, @Haseeb717 I've found this
clickhouse/lib/clickhouse/connection/client.rb
Line 43 in 6b00d04
Try set password in connection options
options = { :scheme => "http", :host => "localhost", :port => 8123, :password => "pass" }
Sorry, something went wrong.
No branches or pull requests
When I run this command
Clickhouse.connection.databases
it gives an errorClickhouse::QueryError: Got status 401 (expected 200): Code: 194, e.displayText() = DB::Exception: Password required for user default (version 19.17.6.36 (official build))
how can I give password?
The text was updated successfully, but these errors were encountered: