mysql下载与安装
1.mysql 官网: https://www.mysql.com/ 2. 解压与安装 [root@python ~]# tar xf /usr/local/src/mysql-5.6.42-linux-glibc2.12-x86_64.tar.gz -C /mysql/ [root@python ~]# yum install -y libaio Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Install Process Loading mirror speeds from cached hostfile Package libaio-0.3.107-10.el6.x86_64 already installed and latest version Nothing to do [root@python mysql-5.6.42-linux-glibc2.12-x86_64]# pwd /mysql/mysql-5.6.42-linux-glibc2.12-x86_64 shell> groupadd mysql shell > useradd -r -g mysql -s /bin/ false mysql shell > cd /usr/ local shell > tar