Skip to content

Commit 8eb230d

Browse files
committed
sftp
1 parent 7a1a25a commit 8eb230d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ password: qaz123
487487
如果服务器运行报错,记得查看mysql端口`show global variables like 'port';`、查看表名`show databases;`、创建表`create database 表名;`<br>
488488
java进程是否被占用`ps -ef |grep java` ,关闭进程`kill -9 PID号`。<br>
489489

490+
其中将服务打包上传至服务器时,用`filezilla`,使用sftp安全传输协议,同时注意sftp协议端口与ssh端口一致。<br>
491+
490492
```js
491493
//mysql
492494
apple@appledeMacBook-Air ~ % mysql -u root -p

0 commit comments

Comments
 (0)