We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8b9130 + 22faca7 commit 78a4e62Copy full SHA for 78a4e62
docs/database/mysql/a-thousand-lines-of-mysql-study-notes.md
@@ -19,7 +19,7 @@ tag:
19
-- 创建Windows服务
20
sc create mysql binPath= mysqld_bin_path(注意:等号与值之间有空格)
21
/* 连接与断开服务器 */
22
-mysql -h 地址 -P 端口 -u 用户名 -p 密码
+mysql -u 地址 -P 端口 -u 用户名 -p 密码
23
SHOW PROCESSLIST -- 显示哪些线程正在运行
24
SHOW VARIABLES -- 显示系统变量信息
25
```
0 commit comments