Userid : MySQL> Package: mysql-community-release-el6-5.noarch (installed)
From : file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB> ** Found 3 pre-existing rpmdb problem(s), 'yum check' output follows:
tomcat6-6.0.24-98.el6_8.noarch has missing requires of tomcat6-lib = ('0', '6.0.24', '98.el6_8')
tomcat6-admin-webapps-6.0.24-105.el6_8.noarch has missing requires of tomcat6 = ('0', '6.0.24', '105.el6_8')
tomcat6-webapps-6.0.24-105.el6_8.noarch has missing requires of tomcat6 = ('0', '6.0.24', '105.el6_8')
Installing : mysql-community-common-5.6.38-2.el6.x86_64 1/6
Installing : mysql-community-libs-5.6.38-2.el6.x86_64 2/6
Installing : mysql-community-client-5.6.38-2.el6.x86_64 3/6
Installing : mysql-community-server-5.6.38-2.el6.x86_64 4/6
warning: /etc/my.cnf created as /etc/my.cnf.rpmnew
Installing : mysql-community-libs-compat-5.6.38-2.el6.x86_64 5/6
Erasing : mysql-libs-5.1.73-8.el6_8.x86_64 6/6
Verifying : mysql-community-common-5.6.38-2.el6.x86_64 1/6
Verifying : mysql-community-libs-5.6.38-2.el6.x86_64 2/6
Verifying : mysql-community-libs-compat-5.6.38-2.el6.x86_64 3/6
Verifying : mysql-community-client-5.6.38-2.el6.x86_64 4/6
Verifying : mysql-community-server-5.6.38-2.el6.x86_64 5/6
Verifying : mysql-libs-5.1.73-8.el6_8.x86_64 6/6
Installed:
mysql-community-libs.x86_64 0:5.6.38-2.el6
mysql-community-libs-compat.x86_64 0:5.6.38-2.el6
mysql-community-server.x86_64 0:5.6.38-2.el6
Dependency Installed:
mysql-community-client.x86_64 0:5.6.38-2.el6
mysql-community-common.x86_64 0:5.6.38-2.el6
Replaced:
mysql-libs.x86_64 0:5.1.73-8.el6_8
Complete!
[root@heegw3o0cZ ~]# mysql -V
mysql Ver 14.14 Distrib 5.6.38, for Linux (x86_64) using EditLine wrapper
[root@heegw3o0cZ ~]# /etc/init.d/mysqld start
Starting mysqld: [ OK ]
[root@heegw3o0cZ ~]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection> Server version: 5.6.38 MySQL Community Server (GPL)
Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| rt3 |
+--------------------+
7 rows in set (0.00 sec)
mysql>