Skip to content
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

为什么创建出来的标准版集群 看不到root密码 #49

Open
617450941 opened this issue Sep 10, 2024 · 3 comments
Open

为什么创建出来的标准版集群 看不到root密码 #49

617450941 opened this issue Sep 10, 2024 · 3 comments
Assignees

Comments

@617450941
Copy link

为什么创建出来的标准版集群 看不到root密码
按文档查询密码 查询不出密码出来

kubectl get secret {PolarDB-X 集群名} -o jsonpath="{.data['polardbx_root']}" | base64 -d | xargs echo "Password: "

查看配置看到有个admin的账号和密码 但是用这个账号进去只能创建账号 创建数据库 但是无法把创建的账号和数据库授权关联上去

文档是这个https://openpolardb.com/document?type=PolarDB-X

@617450941
Copy link
Author

在配置里面也看不到polardbx_root这个配置

@dingfeng
Copy link
Collaborator

标准版的 账号名称 是 admin ,企业版的是 polardbx_root

@dingfeng
Copy link
Collaborator

"无法把创建的账号和数据库授权关联上去" 是指什么? 可以使用mysql sql命令,grant, 对创建的账号授权

@dingfeng dingfeng self-assigned this Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants