新聞中心
這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷解決方案
CentOS7安裝MySQL小記
檢查依賴:

yum search libaio # 檢索相關(guān)信息
yum install libaio # 安裝依賴包
成功安裝顯示:
[root@mysql 桌面]# yum install libaio
已加載插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.cn99.com
* extras: mirrors.cn99.com
* updates: mirrors.zju.edu.cn
軟件包 libaio-0.3.109-13.el7.x86_64 已安裝并且是最新版本
無(wú)須任何處理
檢查mysql是否安裝:
yum list installed | grep mysql
如果有安裝顯示:
[root@mysql 桌面]# yum list installed | grep mysql
mysql-community-client.x86_64 5.7.18-1.el7 @mysql57-community
mysql-community-common.x86_64 5.7.18-1.el7 @mysql57-community
mysql-community-libs.x86_64 5.7.18-1.el7 @mysql57-community
mysql-community-libs-compat.x86_64 5.7.18-1.el7 @mysql57-community
mysql-community-server.x86_64 5.7.18-1.el7 @mysql57-community
mysql57-community-release.noarch el7-11 @/mysql57-community-release-el7-11.noarch
卸載mysql:
yum -y remove mysql-community-*
去官網(wǎng)下載:MySQL Yum Repository
[root@mysql 下載]# yum localinstall ./mysql57-community-release-el7-11.noarch.rpm
驗(yàn)證是否添加成功:
[root@mysql 下載]# yum repolist enabled | grep "mysql.*-community.*"
mysql-connectors-community/x86_64 MySQL Connectors Community 3
mysql-tools-community/x86_64 MySQL Tools Community 4
mysql57-community/x86_64 MySQL 5.7 Community Server 18
添加成功,使用yum來(lái)安裝:
[root@mysql 下載]# yum install mysql-community-server
遇到提示就輸Y
安裝完成后,此時(shí)mysql它包含了 mysql-community-server、mysql-community-client、mysql-community-common、mysql-community-libs 四個(gè)包:
最后查看一下,是否安裝完成:
[root@mysql 下載]# rpm -qi mysql-community-server
Name : mysql-community-server
Version : 5.7.18
Release : 1.el7
Architecture: x86_64
Install Date: 2017年05月21日 星期日 00時(shí)43分47秒
Group : Applications/Databases
Size : 765406738
License : Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. Under GPLv2 license as shown in the Description field.
Signature : DSA/SHA1, 2017年03月20日 星期一 17時(shí)41分20秒, Key ID 8c718d3b5072e1f5
Source RPM : mysql-community-5.7.18-1.el7.src.rpm
Build Date : 2017年03月18日 星期六 16時(shí)08分15秒
Build Host : siv17.no.oracle.com
Relocations : (not relocatable)
Packager : MySQL Release Engineering
Vendor : Oracle and/or its affiliates
URL : http://www.mysql.com/
Summary : A very fast and reliable SQL database server
Description :
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
as for embedding into mass-deployed software. MySQL is a trademark of
Oracle and/or its affiliates
The MySQL software has Dual Licensing, which means you can use the MySQL
software free of charge under the GNU General Public License
(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
licenses from Oracle and/or its affiliates if you do not wish to be bound by the terms of
the GPL. See the chapter "Licensing and Support" in the manual for
further info.
The MySQL web site (http://www.mysql.com/) provides the latest news and
information about the MySQL software. Also please see the documentation
and the manual for more information.
This package includes the MySQL server binary as well as related utilities
to run and administer a MySQL server.
OK,結(jié)束安裝
本文題目:CentOS7安裝MySQL小記
地址分享:http://fisionsoft.com.cn/article/ccohpoc.html


咨詢
建站咨詢
