Skip to content

Commit 28c90dc

Browse files
committed
调整
1 parent 480cad7 commit 28c90dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ password: qaz123
478478

479479
```
480480

481-
如果服务器运行报错,记得查看mysql端口`show global variables like 'port';`、查看表名`show databases;`、创建表`create database 表名`<br>
481+
如果服务器运行报错,记得查看mysql端口`show global variables like 'port';`、查看表名`show databases;`、创建表`create database 表名;`<br>
482482
java进程是否被占用`ps -ef |grep java` ,关闭进程`kill -9 PID号`。<br>
483483

484484
```js

0 commit comments

Comments
 (0)