We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480cad7 commit 28c90dcCopy full SHA for 28c90dc
README.md
@@ -478,7 +478,7 @@ password: qaz123
478
479
```
480
481
-如果服务器运行报错,记得查看mysql端口`show global variables like 'port';`、查看表名`show databases;`、创建表`create database 表名`<br>
+如果服务器运行报错,记得查看mysql端口`show global variables like 'port';`、查看表名`show databases;`、创建表`create database 表名;`<br>
482
java进程是否被占用`ps -ef |grep java` ,关闭进程`kill -9 PID号`。<br>
483
484
```js
0 commit comments