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 7a1a25a commit 8eb230dCopy full SHA for 8eb230d
README.md
@@ -487,6 +487,8 @@ password: qaz123
487
如果服务器运行报错,记得查看mysql端口`show global variables like 'port';`、查看表名`show databases;`、创建表`create database 表名;`<br>
488
java进程是否被占用`ps -ef |grep java` ,关闭进程`kill -9 PID号`。<br>
489
490
+其中将服务打包上传至服务器时,用`filezilla`,使用sftp安全传输协议,同时注意sftp协议端口与ssh端口一致。<br>
491
+
492
```js
493
//mysql
494
apple@appledeMacBook-Air ~ % mysql -u root -p
0 commit comments