AKAI TSUKI

System development or Technical something

mysql install 2

インストール前のパッケージ

# rpm -qa |grep mysql
mysql-libs-5.1.71-1.el6.x86_64
mysql-community-release-el6-5.noarch

インストール実行

# yum update mysql mysql-server

(途中省略)

Warning: RPMDB altered outside of yum.
  Installing : mysql-community-common-5.6.16-1.el6.x86_64                                                           1/9
  Installing : mysql-community-libs-5.6.16-1.el6.x86_64                                                             2/9
  Installing : mysql-community-client-5.6.16-1.el6.x86_64                                                           3/9
  Installing : mysql-community-libs-compat-5.6.16-1.el6.x86_64                                                      4/9
  Installing : perl-DBI-1.609-4.el6.x86_64                                                                          5/9
  Installing : mysql-community-server-5.6.16-1.el6.x86_64                                                           6/9
  Updating   : 2:postfix-2.6.6-6.el6_5.x86_64                                                                       7/9
  Cleanup    : 2:postfix-2.6.6-2.2.el6_1.x86_64                                                                     8/9
  Erasing    : mysql-libs-5.1.71-1.el6.x86_64                                                                       9/9
  Verifying  : mysql-community-server-5.6.16-1.el6.x86_64                                                           1/9
  Verifying  : perl-DBI-1.609-4.el6.x86_64                                                                          2/9
  Verifying  : mysql-community-common-5.6.16-1.el6.x86_64                                                           3/9
  Verifying  : mysql-community-libs-5.6.16-1.el6.x86_64                                                             4/9
  Verifying  : mysql-community-libs-compat-5.6.16-1.el6.x86_64                                                      5/9
  Verifying  : 2:postfix-2.6.6-6.el6_5.x86_64                                                                       6/9
  Verifying  : mysql-community-client-5.6.16-1.el6.x86_64                                                           7/9
  Verifying  : 2:postfix-2.6.6-2.2.el6_1.x86_64                                                                     8/9
  Verifying  : mysql-libs-5.1.71-1.el6.x86_64                                                                       9/9
  Verifying  : mysql-libs-5.1.71-1.el6.x86_64                                                                       1/9

Installed:
  mysql-community-client.x86_64 0:5.6.16-1.el6                mysql-community-libs.x86_64 0:5.6.16-1.el6
  mysql-community-server.x86_64 0:5.6.16-1.el6

Dependency Installed:
  mysql-community-common.x86_64 0:5.6.16-1.el6             mysql-community-libs-compat.x86_64 0:5.6.16-1.el6
  perl-DBI.x86_64 0:1.609-4.el6

Dependency Updated:
  postfix.x86_64 2:2.6.6-6.el6_5

Replaced:
  mysql-libs.x86_64 0:5.1.71-1.el6

Complete!

インストール後のパッケージ

# rpm -qa |grep mysql
mysql-community-libs-5.6.16-1.el6.x86_64
mysql-community-libs-compat-5.6.16-1.el6.x86_64
mysql-community-server-5.6.16-1.el6.x86_64
mysql-community-release-el6-5.noarch
mysql-community-common-5.6.16-1.el6.x86_64
mysql-community-client-5.6.16-1.el6.x86_64
#