ticloud serverless shell
连接到 TiDB Cloud Serverless 集群:
ticloud serverless shell [flags]
示例
以交互模式连接到 TiDB Cloud Serverless 集群:
ticloud serverless shell
以非交互模式,使用默认用户连接到 TiDB Cloud Serverless 集群:
ticloud serverless shell -c <cluster-id>
以非交互模式,使用默认用户和密码连接到 TiDB Cloud Serverless 集群:
ticloud serverless shell -c <cluster-id> --password <password>
以非交互模式,使用指定用户和密码连接到 TiDB Cloud Serverless 集群:
ticloud serverless shell -c <cluster-id> -u <user-name> --password <password>
参数说明
在非交互模式下,你需要手动输入所需的参数。在交互模式下,你只需按照 CLI 提示填写即可。
继承参数
反馈
如果你对 TiDB Cloud CLI 有任何问题或建议,欢迎创建 issue。同时,我们也欢迎任何形式的贡献。