radondb / xenon

The MySQL Cluster Autopilot Management with GTID and Raft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

添加账号执行命令 小大写区分

dingyuan408 opened this issue · comments

kubectl exec -ti -c krypton /krypton/kryptoncli mysql createuser <YES/NO>
kubectl exec -ti -c krypton /krypton/kryptoncli mysql createsuperuser <YES/NO> #
image

If you use YES, it allows you to create a user with SSL.

But if do not use YES, just use other words like yes, Yes, no, No and more. It will allow you to create a user.