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
Step 1: apply DorisCluster without add adminUser.name and adminUser.password. the default empty password works for me, both be & fe start well.
Step 2: login doris with mysql cli, run SHOW ALL GRANTS; and set password for 'root' = password('pwd'), verify login with mysql cli new password.
Step 3: update DorisCluster and add adminUser.name and adminUser.password, apply by kubectl. new started BE continuing log the error message.
The following error in BE pod as follow:
[Thu Jun 13 03:42:23 UTC 2024] [info] use root no password show frontends result ERROR 1045 (28000): Access denied for user '[email protected]' (using password: NO) .
ERROR 1045 (28000): Access denied for user '[email protected]' (using password: YES)
Hi team:
As refer from this link: https://doris.apache.org/zh-CN/docs/install/cluster-deployment/k8s-deploy/root-user-use/ I'm trying to set root password.
Step 1: apply DorisCluster without add
adminUser.name
andadminUser.password
. the default empty password works for me, both be & fe start well.Step 2: login doris with mysql cli, run
SHOW ALL GRANTS;
andset password for 'root' = password('pwd')
, verify login with mysql cli new password.Step 3: update DorisCluster and add
adminUser.name
andadminUser.password
, apply by kubectl. new started BE continuing log the error message.The following error in BE pod as follow:
Images:
Also check the issue: #131
The text was updated successfully, but these errors were encountered: