You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After update ClickHouse version from 20.8.2.3 to 22.8.9.24 exceptions thrown by this package have changed.
ClickHouse v20.8.2.3:
Response body:
Code: 516, e.displayText() = DB::Exception: Username: Authentication failed: password is incorrect or there is no user with such name (version 20.8.2.3 (official build))
Exception:
\ClickHouseDB\Exception\DatabaseException
Exception Message:
Username: Authentication failed: password is incorrect or there is no user with such name
IN:show databases FORMAT JSON
Exception Code: 516
ClickHouse v22.8.9.24:
Response body:
Code: 516. DB::Exception: Username: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED) (version 22.8.9.24 (official build))
Exception:
\ClickHouseDB\Exception\QueryException
Exception Message:
HttpCode:403 ; ;Code: 516. DB::Exception: Username: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED) (version 22.8.9.24 (official build))
Exception Code: 403
Can it be fixed in this package or it is Clickhouse problem?
The text was updated successfully, but these errors were encountered:
After update ClickHouse version from 20.8.2.3 to 22.8.9.24 exceptions thrown by this package have changed.
ClickHouse v20.8.2.3:
Response body:
Exception:
Exception Message:
Exception Code: 516
ClickHouse v22.8.9.24:
Response body:
Exception:
Exception Message:
Exception Code: 403
Can it be fixed in this package or it is Clickhouse problem?
The text was updated successfully, but these errors were encountered: