We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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密码 按文档查询密码 查询不出密码出来
kubectl get secret {PolarDB-X 集群名} -o jsonpath="{.data['polardbx_root']}" | base64 -d | xargs echo "Password: "
查看配置看到有个admin的账号和密码 但是用这个账号进去只能创建账号 创建数据库 但是无法把创建的账号和数据库授权关联上去
文档是这个https://openpolardb.com/document?type=PolarDB-X
The text was updated successfully, but these errors were encountered:
在配置里面也看不到polardbx_root这个配置
Sorry, something went wrong.
标准版的 账号名称 是 admin ,企业版的是 polardbx_root
"无法把创建的账号和数据库授权关联上去" 是指什么? 可以使用mysql sql命令,grant, 对创建的账号授权
dingfeng
No branches or pull requests
为什么创建出来的标准版集群 看不到root密码
按文档查询密码 查询不出密码出来
kubectl get secret {PolarDB-X 集群名} -o jsonpath="{.data['polardbx_root']}" | base64 -d | xargs echo "Password: "
查看配置看到有个admin的账号和密码 但是用这个账号进去只能创建账号 创建数据库 但是无法把创建的账号和数据库授权关联上去
文档是这个https://openpolardb.com/document?type=PolarDB-X
The text was updated successfully, but these errors were encountered: