docsify, doctl-*: add Korean translation (#14180)

This commit is contained in:
HoJeong Im
2024-10-16 16:19:50 +09:00
committed by GitHub
parent 610b23c59a
commit db5d81ca8a
18 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# doctl databases sql-mode
> MySQL 데이터베이스 클러스터의 전역 SQL 모드를 보고 구성.
> 더 많은 정보: <https://docs.digitalocean.com/reference/doctl/reference/databases/sql-mode/>.
- 액세스 토큰을 사용하여 `doctl databases sql-mode` 명령을 실행:
`doctl databases sql-mode {{명령어}} --access-token {{액세스_토큰}}`
- MySQL 데이터베이스 클러스터의 SQL 모드를 가져옴:
`doctl databases sql-mode get {{데이터베이스_아이디}}`
- MySQL 데이터베이스 클러스터의 SQL 모드를 지정된 모드로 덮어씀:
`doctl databases sql-mode set {{데이터베이스_아이디}} {{sql_모드_1 sql_모드_2 ...}}`