10 2023 档案
摘要:nohup命令 (no hang up) nohup {some program} & &:让程序在后台运行 nohup:在当前目录自动生成nohup.out,可以不挂断地运行命令 当前用户非正常退出或结束的时候,命令仍然可能自己结束。因此使用了nohup的情况下,退出终端的时候需要使用exit才能
阅读全文
摘要:1. 去官网下载对应的仓库源 https://dev.mysql.com/downloads/ 下面以centos8为例 # 仓库下载直链为https://dev.mysql.get/{具体的仓库名} wget https://dev.mysql.com/get/mysql80-community-
阅读全文