CentOS 7安装MySQL 5.6.35

本文介绍了如何在CentOS 7上安装MySQL 5.6.35,包括下载MySQL的链接,解压文件,以及安装过程中涉及的配置文件路径。特别是提到了默认配置文件/usr/my.cnf的修改,以及如何查看和启动MySQL服务,修改root用户的密码。
摘要由CSDN通过智能技术生成

MySQL 5.6.35的下载

https://dev.mysql.com/downloads/mysql/5.6.html


[root@localhost home]# wget  https://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-5.6.35-1.linux_glibc2.5.x86_64.rpm-bundle.tar
--2017-02-12 14:55:43--  https://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-5.6.35-1.linux_glibc2.5.x86_64.rpm-bundle.tar
正在解析主机 dev.mysql.com (dev.mysql.com)... 137.254.60.11
正在连接 dev.mysql.com (dev.mysql.com)|137.254.60.11|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 302 Found
位置:https://cdn.mysql.com//Downloads/MySQL-5.6/MySQL-5.6.35-1.linux_glibc2.5.x86_64.rpm-bundle.tar [跟随至新的 URL]
--2017-02-12 14:55:44--  https://cdn.mysql.com//Downloads/MySQL-5.6/MySQL-5.6.35-1.linux_glibc2.5.x86_64.rpm-bundle.tar
正在解析主机 cdn.mysql.com (cdn.mysql.com)... 23.211.97.88
正在连接 cdn.mysql.com (cdn.mysql.com)|23.211.97.88|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:319324160 (305M) [application/x-tar]
正在保存至: “MySQL-5.6.35-1.linux_glibc2.5.x86_64.rpm-bundle.tar”


 5% [==>                                                           ] 16,511,845  1.07MB/s 剩余 4m 26s 

解压文件:MySQL-5.6.35-1.linux_glibc2.5.x86_64.rpm-bundle.tar

[root@localhost 桌面]# tar  -xvf MySQL-5.6.35-1.linux_glibc2.5.x86_64.rpm-bundle.tar 
MySQL-devel-5.6.35-1.linux_glibc2.5.x86_64.rpm
MySQL-test-5.6.35-1.linux_glibc2.5.x86_64.rpm
MySQL-shared-5.6.35-1.linux_glibc2.5.x86_64.rpm
MySQL-shared-compat-5.6.35-1.linux_glibc2.5.x86_64.rpm
MySQL-server-5.6.35-1.linux_glibc2.5.x86_64.rpm
MySQL-embedded-5.6.35-1.linux_glibc2.5.x86_64.rpm
MySQL-client-5.6.35-1.linux_glibc2.5.x86_64.rpm
解压后,进行安装:
[root@localhost 桌面]# rpm -ivh MySQL-server-5.6.35-1.linux_glibc2.5.x86_64.rpm
警告:MySQL-server-5.6.35-1.linux_glibc2.5.x86_64.rpm: 头V3 DSA/SHA1 Signature, 密钥 ID 5072e1f5: NOKEY准备中... ################################# [100%]file /usr/share/mysql/charsets/README from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64  
 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/czech/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/danish/errmsg.sys  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/dutch/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/english/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/estonian/errmsg.sys  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/french/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/german/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/greek/errmsg.sys  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/hungarian/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file  
 from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/italian/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/japanese/errmsg.sys  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/korean/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/norwegian-ny/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/norwegian/errmsg.sys  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/polish/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/portuguese/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/romanian/errmsg.sys  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/russian/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/serbian/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/slovak/errmsg.sys  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/spanish/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/swedish/errmsg.sys from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/ukrainian/errmsg.sys  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/Index.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/armscii8.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/ascii.xml  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/cp1250.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file  
 from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/cp1251.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/cp1256.xml  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/cp1257.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file  
 from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/cp850.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/cp852.xml  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/cp866.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/dec8.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/geostd8.xml  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/greek.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/hebrew.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/hp8.xml  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/keybcs2.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file  
 from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/koi8r.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/koi8u.xml  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/latin1.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file  
 from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/latin2.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/latin5.xml  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/latin7.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file  
 from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/macce.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/macroman.xml  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/share/mysql/charsets/swe7.xml from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from  
 package mariadb-libs-1:5.5.44-2.el7.centos.x86_64file /usr/bin/my_print_defaults from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-1:5.5.44-2.el7.centos.x86_64file /usr/share/man/man1/my_print_defaults.1.gz  
 from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-1:5.5.44-2.el7.centos.x86_64file /usr/bin/innochecksum from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-server-1:5.5.44-2.el7.centos.x86_64file  
 /usr/bin/myisam_ftdump from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-server-1:5.5.44-2.el7.centos.x86_64file /usr/bin/myisamchk from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with  
 file from package mariadb-server-1:5.5.44-2.el7.centos.x86_64file /usr/bin/myisamlog from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-server-1:5.5.44-2.el7.centos.x86_64file /usr/bin/myisampack from install  
 of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package mariadb-server-1:5.5.44-2.el7.centos.x86_64file /usr/bin/mysql_convert_table_format from install of MySQL-server-5.6.35-1.linux_glibc2.5.x86_64 conflicts with file from package  
 mariadb-serve
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值