add new chinese translations
This commit is contained in:
24
pages.zh/common/doctl-databases.md
Normal file
24
pages.zh/common/doctl-databases.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# doctl 数据库
|
||||
|
||||
> 管理您的 MySQL、Redis、PostgreSQL 和 MongoDB 数据库服务。
|
||||
> 更多信息:<https://docs.digitalocean.com/reference/doctl/reference/databases>。
|
||||
|
||||
- 使用访问令牌运行 `doctl databases` 命令:
|
||||
|
||||
`doctl databases {{command}} --access-token {{access_token}}`
|
||||
|
||||
- 获取数据库集群的详细信息:
|
||||
|
||||
`doctl databases get`
|
||||
|
||||
- 列出您的数据库集群:
|
||||
|
||||
`doctl databases list`
|
||||
|
||||
- 创建一个数据库集群:
|
||||
|
||||
`doctl databases create {{database_name}}`
|
||||
|
||||
- 删除一个集群:
|
||||
|
||||
`doctl databases delete {{database_id}}`
|
Reference in New Issue
Block a user