mysql5.7安装
1、下载安装包【Percona-Server-5.7.25】 https://www.percona.com/downloads/Percona-Server-5.7/LATEST/ 链接:https://pan.baidu.com/s/1ZvmX7IgNxGY0WhqA_ZC3pw 2、解压安装部署 [root@k8smaster01 mysql]# pwd /data/mysql [root@k8smaster01 mysql]# tar -xvf Percona-Server-5.7.25-28-Linux.x86_64.ssl101.tar.gz #解压软件包 [root@k8smaster01 mysql]# ls -lrt total 446252 drwxrwxr-x 10 root root 4096 Feb 18 2019 Percona-Server-5.7.25-28-Linux.x86_64.ssl101 -rw-r--r-- 1 zhaiky zhaiky 456955915 Mar 2 14:01 Percona-Server-5.7.25-28-Linux.x86_64.ssl101.tar.gz [root@k8smaster01 mysql]# ln -s Percona-Server-5.7.25-28-Linux.x86_64.ssl101