丹调生活 发表于 2018-10-8 10:35:25

Mysql 卸载 安装 全过程

# yum localinstall mysql-community-server-5.7.18-1.el6.x86_64.rpm mysql-community-client-5.7.18-1.el6.x86_64.rpm mysql-community-common-5.7.18-1.el6.x86_64.rpmmysql-community-libs-5.7.18-  
1.el6.x86_64.rpm
  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
Loaded plugins: fastestmirror, refresh-packagekit, security
  
Setting up Local Package Process
  
Examining mysql-community-server-5.7.18-1.el6.x86_64.rpm: mysql-community-server-5.7.18-1.el6.x86_64
  
Marking mysql-community-server-5.7.18-1.el6.x86_64.rpm to be installed
  
Loading mirror speeds from cached hostfile
  
* base: mirrors.163.com
  
* extras: mirrors.cn99.com
  
* updates: mirrors.163.com
  
Examining mysql-community-client-5.7.18-1.el6.x86_64.rpm: mysql-community-client-5.7.18-1.el6.x86_64
  
Marking mysql-community-client-5.7.18-1.el6.x86_64.rpm to be installed
  
Examining mysql-community-common-5.7.18-1.el6.x86_64.rpm: mysql-community-common-5.7.18-1.el6.x86_64
  
Marking mysql-community-common-5.7.18-1.el6.x86_64.rpm to be installed
  
Examining mysql-community-libs-5.7.18-1.el6.x86_64.rpm: mysql-community-libs-5.7.18-1.el6.x86_64
  
Marking mysql-community-libs-5.7.18-1.el6.x86_64.rpm to be installed
  
Resolving Dependencies
  
--> Running transaction check
  
---> Package mysql-community-client.x86_64 0:5.7.18-1.el6 will be installed
  
---> Package mysql-community-common.x86_64 0:5.7.18-1.el6 will be installed
  
---> Package mysql-community-libs.x86_64 0:5.7.18-1.el6 will be installed
  
---> Package mysql-community-server.x86_64 0:5.7.18-1.el6 will be installed
  
--> Finished Dependency Resolution
  
Dependencies Resolved
  
==================================================================================================================================
  
Package                         Arch            Version               Repository                                          Size
  
==================================================================================================================================
  
Installing:
  
mysql-community-client          x86_64          5.7.18-1.el6          /mysql-community-client-5.7.18-1.el6.x86_64          100 M
  
mysql-community-common          x86_64          5.7.18-1.el6          /mysql-community-common-5.7.18-1.el6.x86_64          2.5 M
  
mysql-community-libs            x86_64          5.7.18-1.el6          /mysql-community-libs-5.7.18-1.el6.x86_64            8.9 M
  
mysql-community-server          x86_64          5.7.18-1.el6          /mysql-community-server-5.7.18-1.el6.x86_64          769 M
  
Transaction Summary
  
==================================================================================================================================
  
Install       4 Package(s)
  
Total size: 880 M
  
Installed size: 880 M
  
Is this ok : y
  
Downloading Packages:
  
Running rpm_check_debug
  
Running Transaction Test
  
Transaction Test Succeeded
  
Running Transaction
  
Installing : mysql-community-common-5.7.18-1.el6.x86_64                                                                     1/4
  
Installing : mysql-community-libs-5.7.18-1.el6.x86_64                                                                     2/4
  
Installing : mysql-community-client-5.7.18-1.el6.x86_64                                                                     3/4
  
Installing : mysql-community-server-5.7.18-1.el6.x86_64                                                                     4/4
  
Verifying: mysql-community-server-5.7.18-1.el6.x86_64                                                                     1/4
  
Verifying: mysql-community-libs-5.7.18-1.el6.x86_64                                                                     2/4
  
Verifying: mysql-community-common-5.7.18-1.el6.x86_64                                                                     3/4
  
Verifying: mysql-community-client-5.7.18-1.el6.x86_64                                                                     4/4
  
Installed:
  
mysql-community-client.x86_64 0:5.7.18-1.el6                  mysql-community-common.x86_64 0:5.7.18-1.el6
  
mysql-community-libs.x86_64 0:5.7.18-1.el6                      mysql-community-server.x86_64 0:5.7.18-1.el6
  
Complete!


页: [1]
查看完整版本: Mysql 卸载 安装 全过程