Skip to content

Commit 78a4e62

Browse files
authored
Merge pull request Snailclimb#1743 from wwuuii/patch-1
Update a-thousand-lines-of-mysql-study-notes.md
2 parents c8b9130 + 22faca7 commit 78a4e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/mysql/a-thousand-lines-of-mysql-study-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tag:
1919
-- 创建Windows服务
2020
sc create mysql binPath= mysqld_bin_path(注意:等号与值之间有空格)
2121
/* 连接与断开服务器 */
22-
mysql -h 地址 -P 端口 -u 用户名 -p 密码
22+
mysql -u 地址 -P 端口 -u 用户名 -p 密码
2323
SHOW PROCESSLIST -- 显示哪些线程正在运行
2424
SHOW VARIABLES -- 显示系统变量信息
2525
```

0 commit comments

Comments
 (0)