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;
https://blog.csdn.net/Escorts/article/details/118941623
https://stackoverflow.com/questions/41645309/mysql-error-access-denied-for-user-rootlocalhost
putty上传文件
https://www.cnblogs.com/shijiaqi1066/p/3843207.html
pscp D:\my\springboot-demo\web\target\web-0.0.1-SNAPSHOT.jar root@parkdifferent.top:/ucenter/web/
安装docker
https://cloud.tencent.com/developer/article/1701451
docker-compose
https://www.cnblogs.com/qq1445496485/p/16092704.html
https://www.cnblogs.com/makalochen/p/14266075.html