docsify, doctl-*: add Korean translation (#14180)
This commit is contained in:
24
pages.ko/common/doctl-databases.md
Normal file
24
pages.ko/common/doctl-databases.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# doctl databases
|
||||
|
||||
> MySQL, Redis, PostgreSQL 및 MongoDB 데이터베이스 서비스를 관리.
|
||||
> 더 많은 정보: <https://docs.digitalocean.com/reference/doctl/reference/databases>.
|
||||
|
||||
- 액세스 토큰을 사용하여 `doctl databases` 명령을 실행:
|
||||
|
||||
`doctl databases {{명령어}} --access-token {{액세스_토큰}}`
|
||||
|
||||
- 데이터베이스 클러스터에 대한 세부 정보를 가져옴:
|
||||
|
||||
`doctl databases get`
|
||||
|
||||
- 데이터베이스 클러스터를 나열:
|
||||
|
||||
`doctl databases list`
|
||||
|
||||
- 데이터베이스 클러스터 생성:
|
||||
|
||||
`doctl databases create {{데이터베이스_이름}}`
|
||||
|
||||
- 클러스터 삭제:
|
||||
|
||||
`doctl databases delete {{데이터베이스_아이디}}`
|
Reference in New Issue
Block a user