-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
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
Authenticate failed, user: "wubx", auth_plugin: "mysql_native_password" #4802
Comments
How to re-produce: Create a user:
Using nodejs:
databend.js
Run:
Error:
There is no databend server errors in the log. |
for js on my mac
after create user, there is another error the client is blocked
server log with level warn:
|
this happen for the password hash check fails, I`m working on it. but sometimes the password check is passed, but still other error:
|
Using user root connect is ok.
If you create user like:
use DBeaver connection Databend will have worry:
use mysql client cli:
It's ok.
Originally posted by @wubx in #4581 (comment)
Looks JDBC driver is authenticate failed if the user with password.
The text was updated successfully, but these errors were encountered: