下载地址:https://downloads.mysql.com/archives/community/
选择下面选项:
Product Version:5.6.X
Operating System:Debain linux
然后右键DEB Bundle download,选择 copy link address。
1.用wget 下载文件:
wget https://downloads.mysql.com/archives/get/p/23/file/mysql-server_5.6.51-1debian9_amd64.deb-bundle.tar
2.移动文件至mysql,并安装mysql:
mkdir mysql
mv mysql-server_5.6.51-1debian9_amd64.deb-bundle.tar mysql/
cd mysql
tar xvf mysql-server_5.6.51-1debian9_amd64.deb-bundle.tar
apt install ./*.deb
# 系统会自动从网上下载所需的其他支持包
文章评论