1.1 下载mysql安装包
MySQL下载地址:MySQL :: Download MySQL Community Server (Archived Versions)
#下载 wget https://cdn.mysql.com/archives/mysql-5.7/mysql-server_5.7.29-1ubuntu18.04_amd64.deb-bundle.tar #解压 tar -xvf ./mysql-server_5.7.29-1ubuntu18.04_amd64.deb-bundle.tar
1.2 安装依赖
#获取可用更新 sudo apt-get update #更新 sudo apt-get upgrade #安装依赖 sudo apt-get install libaio1 sudo apt-get install libtinfo5