Q&A for account management #591
Unanswered
runkecheng
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
General Question & Answer
radondb mysql uses xenoncli to complete account management operations.
reference:https://github.com/radondb/xenon/blob/master/docs/xenoncli_commands.md#2-mysql-operation
How to use root account?
For helm version(source of qke appstore or charts/helm), you should do as steps:
allowEmptyRootPassword
to false.mysqlRootPassword
and set the password.How to create a new super account?
After the cluster is deployed, enter the xenon container of any node and execute the following command.
The super account authorization information is as follows:
How to create a new normal account with privileges?
enter the xenon container of any node and execute the following command.
only create.
create with privileges.
How to drop account?
enter the xenon container of any node and execute the following command.
How to changepassword?
enter the xenon container of any node and execute the following command.
账号管理常见问题&答案
radondb mysql 使用 xenoncli 完成账户管理操作。
参考:https://github.com/radondb/xenon/blob/master/docs/xenoncli_commands.md#2-mysql-operation
如何使用root账号?
对于 helm 版本(通过 qke appstore 或 charts/helm 安装),您应该按照以下步骤操作:
将
allowEmptyRootPassword
设置为 false。取消
mysqlRootPassword
的注释并设置密码。如何创建一个新的超级账号?
集群部署成功后,进入任意节点的 xenon 容器,执行如下命令。
超级账号授权信息如下:
如何新建一个普通账号并授权?
进入任意节点的 xenon 容器,执行以下命令。
如何删除账号?
进入任意节点的 xenon 容器,执行以下命令。
如何更改密码?
进入任意节点的 xenon 容器,执行以下命令。
Beta Was this translation helpful? Give feedback.
All reactions