Skip to content
Home » Linux » Install Newest LAMP on CentOS 7.2 Minimal (1/4) - Install MySQL 5.7

Install Newest LAMP on CentOS 7.2 Minimal (1/4) - Install MySQL 5.7

Install official yum repository.

[root@test ~]# rpm -Uvh https://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm
Retrieving https://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm
warning: /var/tmp/rpm-tmp.aF6L5J: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:mysql57-community-release-el7-7  ################################# [100%]

Let's see what version we can have.

[root@test ~]# yum info mysql-community-server
Loaded plugins: fastestmirror
mysql-connectors-community                               | 2.5 kB     00:00
mysql-tools-community                                    | 2.5 kB     00:00
mysql57-community                                        | 2.5 kB     00:00
(1/3): mysql-connectors-community/x86_64/primary_db        | 9.8 kB   00:00
(2/3): mysql-tools-community/x86_64/primary_db             |  25 kB   00:00
(3/3): mysql57-community/x86_64/primary_db                 |  38 kB   00:01
Loading mirror speeds from cached hostfile
 * base: ftp.ksu.edu.tw
 * extras: ftp.ksu.edu.tw
 * updates: ftp.ksu.edu.tw
Available Packages
Name        : mysql-community-server
Arch        : x86_64
Version     : 5.7.11
Release     : 1.el7
Size        : 143 M
Repo        : mysql57-community/x86_64
Summary     : A very fast and reliable SQL database server
URL         : http://www.mysql.com/
License     : Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights
            : reserved. Under GPLv2 license as shown in the Description field.
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.

Let's install MySQL 5.7 without confirmation.

[root@test ~]# yum -y install mysql-community-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.ksu.edu.tw
 * extras: ftp.ksu.edu.tw
 * updates: ftp.ksu.edu.tw
Resolving Dependencies
--> Running transaction check
---> Package mysql-community-server.x86_64 0:5.7.11-1.el7 will be installed
--> Processing Dependency: mysql-community-common(x86-64) = 5.7.11-1.el7 for package: mysql-community-server-5.7.11-1.el7.x86_64
--> Processing Dependency: mysql-community-client(x86-64) = 5.7.11-1.el7 for package: mysql-community-server-5.7.11-1.el7.x86_64
--> Processing Dependency: perl(strict) for package: mysql-community-server-5.7.11-1.el7.x86_64
--> Processing Dependency: perl(Getopt::Long) for package: mysql-community-server-5.7.11-1.el7.x86_64
--> Processing Dependency: net-tools for package: mysql-community-server-5.7.11-1.el7.x86_64
--> Processing Dependency: /usr/bin/perl for package: mysql-community-server-5.7.11-1.el7.x86_64
--> Running transaction check
---> Package mysql-community-client.x86_64 0:5.7.11-1.el7 will be installed
--> Processing Dependency: mysql-community-libs(x86-64) = 5.7.11-1.el7 for package: mysql-community-client-5.7.11-1.el7.x86_64
---> Package mysql-community-common.x86_64 0:5.7.11-1.el7 will be installed
---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed
---> Package perl.x86_64 4:5.16.3-286.el7 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-286.el7 for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-286.el7.x86_64
---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
--> Running transaction check
---> Package mariadb-libs.x86_64 1:5.5.44-2.el7.centos will be obsoleted
--> Processing Dependency: libmysqlclient.so.18()(64bit) for package: 2:postfix-2.10.1-6.el7.x86_64
--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: 2:postfix-2.10.1-6.el7.x86_64
---> Package mysql-community-libs.x86_64 0:5.7.11-1.el7 will be obsoleting
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be installed
---> Package perl-macros.x86_64 4:5.16.3-286.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
--> Running transaction check
---> Package mysql-community-libs-compat.x86_64 0:5.7.11-1.el7 will be obsoleting
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-286.el7 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
--> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                Arch   Version                  Repository         Size
================================================================================
Installing:
 mysql-community-libs   x86_64 5.7.11-1.el7             mysql57-community 2.2 M
     replacing  mariadb-libs.x86_64 1:5.5.44-2.el7.centos
 mysql-community-libs-compat
                        x86_64 5.7.11-1.el7             mysql57-community 2.0 M
     replacing  mariadb-libs.x86_64 1:5.5.44-2.el7.centos
 mysql-community-server x86_64 5.7.11-1.el7             mysql57-community 143 M
Installing for dependencies:
 mysql-community-client x86_64 5.7.11-1.el7             mysql57-community  25 M
 mysql-community-common x86_64 5.7.11-1.el7             mysql57-community 270 k
 net-tools              x86_64 2.0-0.17.20131004git.el7 base              304 k
 perl                   x86_64 4:5.16.3-286.el7         base              8.0 M
 perl-Carp              noarch 1.26-244.el7             base               19 k
 perl-Encode            x86_64 2.51-7.el7               base              1.5 M
 perl-Exporter          noarch 5.68-3.el7               base               28 k
 perl-File-Path         noarch 2.09-2.el7               base               26 k
 perl-File-Temp         noarch 0.23.01-3.el7            base               56 k
 perl-Filter            x86_64 1.49-3.el7               base               76 k
 perl-Getopt-Long       noarch 2.40-2.el7               base               56 k
 perl-HTTP-Tiny         noarch 0.033-3.el7              base               38 k
 perl-PathTools         x86_64 3.40-5.el7               base               82 k
 perl-Pod-Escapes       noarch 1:1.04-286.el7           base               50 k
 perl-Pod-Perldoc       noarch 3.20-4.el7               base               87 k
 perl-Pod-Simple        noarch 1:3.28-4.el7             base              216 k
 perl-Pod-Usage         noarch 1.63-3.el7               base               27 k
 perl-Scalar-List-Utils x86_64 1.27-248.el7             base               36 k
 perl-Socket            x86_64 2.010-3.el7              base               49 k
 perl-Storable          x86_64 2.45-3.el7               base               77 k
 perl-Text-ParseWords   noarch 3.29-4.el7               base               14 k
 perl-Time-HiRes        x86_64 4:1.9725-3.el7           base               45 k
 perl-Time-Local        noarch 1.2300-2.el7             base               24 k
 perl-constant          noarch 1.27-2.el7               base               19 k
 perl-libs              x86_64 4:5.16.3-286.el7         base              687 k
 perl-macros            x86_64 4:5.16.3-286.el7         base               43 k
 perl-parent            noarch 1:0.225-244.el7          base               12 k
 perl-podlators         noarch 2.5.1-3.el7              base              112 k
 perl-threads           x86_64 1.87-4.el7               base               49 k
 perl-threads-shared    x86_64 1.43-6.el7               base               39 k

Transaction Summary
================================================================================
Install  3 Packages (+30 Dependent packages)

Total download size: 184 M
Downloading packages:
warning: /var/cache/yum/x86_64/7/mysql57-community/packages/mysql-community-common-5.7.11-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Public key for mysql-community-common-5.7.11-1.el7.x86_64.rpm is not installed
(1/33): mysql-community-common-5.7.11-1.el7.x86_64.rpm     | 270 kB   00:03
(2/33): mysql-community-libs-5.7.11-1.el7.x86_64.rpm       | 2.2 MB   00:29
(3/33): mysql-community-libs-compat-5.7.11-1.el7.x86_64.rp | 2.0 MB   00:23
(4/33): perl-Carp-1.26-244.el7.noarch.rpm                  |  19 kB   00:29
(5/33): net-tools-2.0-0.17.20131004git.el7.x86_64.rpm      | 304 kB   00:49
(6/33): perl-Exporter-5.68-3.el7.noarch.rpm                |  28 kB   00:23
(7/33): perl-5.16.3-286.el7.x86_64.rpm                     | 8.0 MB   01:33
(8/33): perl-File-Path-2.09-2.el7.noarch.rpm               |  26 kB   00:27
(9/33): perl-File-Temp-0.23.01-3.el7.noarch.rpm            |  56 kB   00:10
(10/33): perl-Filter-1.49-3.el7.x86_64.rpm                 |  76 kB   00:06
(11/33): perl-Getopt-Long-2.40-2.el7.noarch.rpm            |  56 kB   00:03
(12/33): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm             |  38 kB   00:01
(13/33): perl-Pod-Escapes-1.04-286.el7.noarch.rpm          |  50 kB   00:04
(14/33): perl-PathTools-3.40-5.el7.x86_64.rpm              |  82 kB   00:05
(15/33): mysql-community-client-5.7.11-1.el7.x86_64.rpm    |  25 MB   02:54
(16/33): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm            |  87 kB   00:06
(17/33): perl-Pod-Simple-3.28-4.el7.noarch.rpm             | 216 kB   00:08
(18/33): perl-Socket-2.010-3.el7.x86_64.rpm                |  49 kB   00:01
(19/33): perl-Pod-Usage-1.63-3.el7.noarch.rpm              |  27 kB   00:07
(20/33): perl-Storable-2.45-3.el7.x86_64.rpm               |  77 kB   00:02
(21/33): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm    |  36 kB   00:06
(22/33): perl-Text-ParseWords-3.29-4.el7.noarch.rpm        |  14 kB   00:01
(23/33): perl-Time-Local-1.2300-2.el7.noarch.rpm           |  24 kB   00:01
(24/33): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm           |  45 kB   00:01
(25/33): perl-constant-1.27-2.el7.noarch.rpm               |  19 kB   00:02
(26/33): perl-macros-5.16.3-286.el7.x86_64.rpm             |  43 kB   00:01
(27/33): perl-parent-0.225-244.el7.noarch.rpm              |  12 kB   00:01
(28/33): perl-podlators-2.5.1-3.el7.noarch.rpm             | 112 kB   00:02
(29/33): perl-threads-1.87-4.el7.x86_64.rpm                |  49 kB   00:04
(30/33): perl-threads-shared-1.43-6.el7.x86_64.rpm         |  39 kB   00:02
(31/33): perl-libs-5.16.3-286.el7.x86_64.rpm               | 687 kB   00:19
(32/33): perl-Encode-2.51-7.el7.x86_64.rpm                 | 1.5 MB   02:15
(33/33): mysql-community-server-5.7.11-1.el7.x86_64.rpm    | 143 MB   12:13
--------------------------------------------------------------------------------
Total                                              238 kB/s | 184 MB  13:09
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Importing GPG key 0x5072E1F5:
 Userid     : "MySQL Release Engineering <[email protected]>"
 Fingerprint: a4a9 4068 76fc bd3c 4567 70c8 8c71 8d3b 5072 e1f5
 Package    : mysql57-community-release-el7-7.noarch (installed)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : mysql-community-common-5.7.11-1.el7.x86_64                  1/34
  Installing : mysql-community-libs-5.7.11-1.el7.x86_64                    2/34
  Installing : mysql-community-client-5.7.11-1.el7.x86_64                  3/34
  Installing : 1:perl-parent-0.225-244.el7.noarch                          4/34
  Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           5/34
  Installing : perl-podlators-2.5.1-3.el7.noarch                           6/34
  Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          7/34
  Installing : 1:perl-Pod-Escapes-1.04-286.el7.noarch                      8/34
  Installing : perl-Text-ParseWords-3.29-4.el7.noarch                      9/34
  Installing : perl-Encode-2.51-7.el7.x86_64                              10/34
  Installing : perl-Pod-Usage-1.63-3.el7.noarch                           11/34
  Installing : 4:perl-libs-5.16.3-286.el7.x86_64                          12/34
  Installing : 4:perl-macros-5.16.3-286.el7.x86_64                        13/34
  Installing : perl-Storable-2.45-3.el7.x86_64                            14/34
  Installing : perl-Exporter-5.68-3.el7.noarch                            15/34
  Installing : perl-constant-1.27-2.el7.noarch                            16/34
  Installing : perl-Time-Local-1.2300-2.el7.noarch                        17/34
  Installing : perl-Socket-2.010-3.el7.x86_64                             18/34
  Installing : perl-Carp-1.26-244.el7.noarch                              19/34
  Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      20/34
  Installing : perl-PathTools-3.40-5.el7.x86_64                           21/34
  Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 22/34
  Installing : perl-File-Temp-0.23.01-3.el7.noarch                        23/34
  Installing : perl-File-Path-2.09-2.el7.noarch                           24/34
  Installing : perl-threads-shared-1.43-6.el7.x86_64                      25/34
  Installing : perl-threads-1.87-4.el7.x86_64                             26/34
  Installing : perl-Filter-1.49-3.el7.x86_64                              27/34
  Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        28/34
  Installing : perl-Getopt-Long-2.40-2.el7.noarch                         29/34
  Installing : 4:perl-5.16.3-286.el7.x86_64                               30/34
  Installing : net-tools-2.0-0.17.20131004git.el7.x86_64                  31/34
  Installing : mysql-community-server-5.7.11-1.el7.x86_64                 32/34
  Installing : mysql-community-libs-compat-5.7.11-1.el7.x86_64            33/34
  Erasing    : 1:mariadb-libs-5.5.44-2.el7.centos.x86_64                  34/34
  Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           1/34
  Verifying  : mysql-community-libs-5.7.11-1.el7.x86_64                    2/34
  Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/34
  Verifying  : perl-Storable-2.45-3.el7.x86_64                             4/34
  Verifying  : net-tools-2.0-0.17.20131004git.el7.x86_64                   5/34
  Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/34
  Verifying  : perl-constant-1.27-2.el7.noarch                             7/34
  Verifying  : perl-PathTools-3.40-5.el7.x86_64                            8/34
  Verifying  : 4:perl-libs-5.16.3-286.el7.x86_64                           9/34
  Verifying  : 4:perl-macros-5.16.3-286.el7.x86_64                        10/34
  Verifying  : 1:perl-parent-0.225-244.el7.noarch                         11/34
  Verifying  : 4:perl-5.16.3-286.el7.x86_64                               12/34
  Verifying  : mysql-community-client-5.7.11-1.el7.x86_64                 13/34
  Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        14/34
  Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        15/34
  Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        16/34
  Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         17/34
  Verifying  : perl-Socket-2.010-3.el7.x86_64                             18/34
  Verifying  : perl-Carp-1.26-244.el7.noarch                              19/34
  Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      20/34
  Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 21/34
  Verifying  : 1:perl-Pod-Escapes-1.04-286.el7.noarch                     22/34
  Verifying  : mysql-community-server-5.7.11-1.el7.x86_64                 23/34
  Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           24/34
  Verifying  : perl-Encode-2.51-7.el7.x86_64                              25/34
  Verifying  : mysql-community-common-5.7.11-1.el7.x86_64                 26/34
  Verifying  : mysql-community-libs-compat-5.7.11-1.el7.x86_64            27/34
  Verifying  : perl-podlators-2.5.1-3.el7.noarch                          28/34
  Verifying  : perl-Getopt-Long-2.40-2.el7.noarch                         29/34
  Verifying  : perl-File-Path-2.09-2.el7.noarch                           30/34
  Verifying  : perl-threads-1.87-4.el7.x86_64                             31/34
  Verifying  : perl-Filter-1.49-3.el7.x86_64                              32/34
  Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     33/34
  Verifying  : 1:mariadb-libs-5.5.44-2.el7.centos.x86_64                  34/34

Installed:
  mysql-community-libs.x86_64 0:5.7.11-1.el7
  mysql-community-libs-compat.x86_64 0:5.7.11-1.el7
  mysql-community-server.x86_64 0:5.7.11-1.el7

Dependency Installed:
  mysql-community-client.x86_64 0:5.7.11-1.el7
  mysql-community-common.x86_64 0:5.7.11-1.el7
  net-tools.x86_64 0:2.0-0.17.20131004git.el7
  perl.x86_64 4:5.16.3-286.el7
  perl-Carp.noarch 0:1.26-244.el7
  perl-Encode.x86_64 0:2.51-7.el7
  perl-Exporter.noarch 0:5.68-3.el7
  perl-File-Path.noarch 0:2.09-2.el7
  perl-File-Temp.noarch 0:0.23.01-3.el7
  perl-Filter.x86_64 0:1.49-3.el7
  perl-Getopt-Long.noarch 0:2.40-2.el7
  perl-HTTP-Tiny.noarch 0:0.033-3.el7
  perl-PathTools.x86_64 0:3.40-5.el7
  perl-Pod-Escapes.noarch 1:1.04-286.el7
  perl-Pod-Perldoc.noarch 0:3.20-4.el7
  perl-Pod-Simple.noarch 1:3.28-4.el7
  perl-Pod-Usage.noarch 0:1.63-3.el7
  perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
  perl-Socket.x86_64 0:2.010-3.el7
  perl-Storable.x86_64 0:2.45-3.el7
  perl-Text-ParseWords.noarch 0:3.29-4.el7
  perl-Time-HiRes.x86_64 4:1.9725-3.el7
  perl-Time-Local.noarch 0:1.2300-2.el7
  perl-constant.noarch 0:1.27-2.el7
  perl-libs.x86_64 4:5.16.3-286.el7
  perl-macros.x86_64 4:5.16.3-286.el7
  perl-parent.noarch 1:0.225-244.el7
  perl-podlators.noarch 0:2.5.1-3.el7
  perl-threads.x86_64 0:1.87-4.el7
  perl-threads-shared.x86_64 0:1.43-6.el7

Replaced:
  mariadb-libs.x86_64 1:5.5.44-2.el7.centos

Complete!

We have to reset the root password. For MySQL 5.7, it's a little tricky to reset the password, please refer to the post below for more information. How to Set or Reset MySQL Root Password.

Leave a Reply

Your email address will not be published. Required fields are marked *