linux安装软件

Centos安装MySQL:

  https://qizhanming.com/blog/2017/05/10/centos-7-yum-install-mysql-57

ALTER USER 'root'@'localhost' IDENTIFIED BY 'xxx';

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'zzz' WITH GRANT OPTION;

putty上传文件

  https://www.cnblogs.com/shijiaqi1066/p/3843207.html

  pscp D:myspringboot-demoweb argetweb-0.0.1-SNAPSHOT.jar root@parkdifferent.top:/ucenter/web/

原文地址:https://www.cnblogs.com/parkdifferent/p/10318315.html