mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

16
pages.ko/common/mycli.md Normal file
View File

@@ -0,0 +1,16 @@
# mycli
> 자동 완성 및 구문 강조 기능을 제공하는 MySQL 명령줄 클라이언트.
> 더 많은 정보: <https://mycli.net>.
- 현재 사용자의 사용자명을 사용하여 포트 3306의 로컬 데이터베이스에 연결:
`mycli {{데이터베이스_이름}}`
- 데이터베이스에 연결 (사용자에게 비밀번호 입력이 요청됨):
`mycli -u {{사용자명}} {{데이터베이스_이름}}`
- 다른 호스트의 데이터베이스에 연결:
`mycli -h {{데이터베이스_호스트}} -P {{포트}} -u {{사용자명}} {{데이터베이스_이름}}`