加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

CenterOS7 在线yum安装MySQL

发布时间:2020-12-15 16:30:36 所属栏目:安全 来源:网络整理
导读:[root@OpenStack-node1 ~]# rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm Retrieving http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm Preparing... ################################# [100%] Updatin

[root@OpenStack-node1 ~]# rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm

Retrieving http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
Preparing... ################################# [100%]
Updating / installing...

1:mysql-community-release-el7-5 ################################# [100%]

查看当前可用的mysql安装资源:

[root@openstack-node1 ~]# yum repolist enabled | grep "mysql.*-community.*"
!mysql-connectors-community/x86_64 MySQL Connectors Community 2
!mysql-tools-community/x86_64 MySQL Tools Community 3
!mysql56-community/x86_64 MySQL 5.6 Community Server 22
[root@openstack-node1 ~]# yum -y install mysql-community-server
Loaded plugins: fastestmirror,langpacks
base | 3.6 kB 00:00
epel/x86_64/metalink | 4.9 kB 00:00
extras | 3.4 kB 00:00
mysql-connectors-community | 2.5 kB 00:00
mysql-tools-community | 2.5 kB 00:00
mysql56-community | 2.5 kB 00:00
updates | 3.4 kB 00:00

updates/7/x86_64/primary_db | 4.9 MB 00:05

……………………


Installing : mysql-community-common-5.6.30-2.el7.x86_64 1/4
Installing : mysql-community-libs-5.6.30-2.el7.x86_64 2/4
Installing : mysql-community-client-5.6.30-2.el7.x86_64 3/4
Installing : mysql-community-server-5.6.30-2.el7.x86_64 4/4
Verifying : mysql-community-client-5.6.30-2.el7.x86_64 1/4
Verifying : mysql-community-common-5.6.30-2.el7.x86_64 2/4
Verifying : mysql-community-libs-5.6.30-2.el7.x86_64 3/4
Verifying : mysql-community-server-5.6.30-2.el7.x86_64 4/4


Installed:
mysql-community-server.x86_64 0:5.6.30-2.el7


Dependency Installed:
mysql-community-client.x86_64 0:5.6.30-2.el7 mysql-community-common.x86_64 0:5.6.30-2.el7 mysql-community-libs.x86_64 0:5.6.30-2.el7


Complete!



#######安装成功后,将其加入开机启动
[root@typecodes ~]# systemctl enable mysqld

启动mysql服务进程
[root@typecodes ~]# systemctl
startmysqld

配置(设置密码等) [root@typecodes ~]# mysql_secure_installation

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读