add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

@@ -0,0 +1,16 @@
# mycli
> 一个用于MySQL的命令行客户端支持自动补全和语法高亮。
> 更多信息:<https://mycli.net>。
- 使用当前用户的用户名连接到本地3306端口的数据库
`mycli {{database_name}}`
- 连接到数据库(系统会提示输入密码):
`mycli -u {{username}} {{database_name}}`
- 连接到另一台主机上的数据库:
`mycli -h {{database_host}} -P {{port}} -u {{username}} {{database_name}}`