安装mysql

连接

下架

-查看端口对应进程

  • ss -lnp|grep

杀死进程

  • kill-9 xx

部署

  • nohup java -jar xxx.jar > output.log 2>&1&

  • tail -2000f output.log