CentOS卸载MySQL的方法 yum remove mysql

2024-06-17 09:32

本文主要是介绍CentOS卸载MySQL的方法 yum remove mysql,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

CentOS卸载MySQL的方法 yum remove mysql

[root@kypulo lampp]# rpm -qa|grep mysqlmysql-community-release-el6-5.noarchmysql-community-client-5.6.20-4.el6.i686mysql-community-libs-5.6.20-4.el6.i686mysql-community-common-5.6.20-4.el6.i686mysql-community-server-5.6.20-4.el6.i686[root@kypulo lampp]# yum remove mysqlLoaded plugins: fastestmirrorSetting up Remove ProcessResolving DependenciesThere are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.The program yum-complete-transaction is found in the yum-utils package.--> Running transaction check---> Package mysql-community-client.i686 0:5.6.20-4.el6 will be erased--> Processing Dependency: mysql-community-client(x86-32) = 5.6.20-4.el6 for package: mysql-community-server-5.6.20-4.el6.i686--> Running transaction check---> Package mysql-community-server.i686 0:5.6.20-4.el6 will be erased--> Finished Dependency Resolutionbase                                                     | 3.7 kB     00:00     epel/metalink                                            |  13 kB     00:00     epel                                                     | 4.4 kB     00:00     epel/primary_db                                          | 5.2 MB     00:00     extras                                                   | 3.3 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     vz-base                                                  |  951 B     00:00     vz-updates                                               |  951 B     00:00     Dependencies Resolved================================================================================Package                   Arch    Version          Repository             Size================================================================================Removing:mysql-community-client    i686    5.6.20-4.el6     @mysql56-community     71 MRemoving for dependencies:mysql-community-server    i686    5.6.20-4.el6     @mysql56-community    211 MTransaction Summary================================================================================Remove        2 Package(s)Installed size: 283 MIs this ok [y/N]: yDownloading Packages:Running rpm_check_debugRunning Transaction TestTransaction Test SucceededRunning TransactionErasing    : mysql-community-server-5.6.20-4.el6.i686                     1/2 Erasing    : mysql-community-client-5.6.20-4.el6.i686                     2/2 Verifying  : mysql-community-server-5.6.20-4.el6.i686                     1/2 Verifying  : mysql-community-client-5.6.20-4.el6.i686                     2/2 Removed:mysql-community-client.i686 0:5.6.20-4.el6                                    Dependency Removed:mysql-community-server.i686 0:5.6.20-4.el6                                    Complete![root@kypulo lampp]# rpm -qa|grep mysqlmysql-community-release-el6-5.noarchmysql-community-libs-5.6.20-4.el6.i686mysql-community-common-5.6.20-4.el6.i686[root@kypulo lampp]# yum remove mysql-libsLoaded plugins: fastestmirrorSetting up Remove ProcessResolving DependenciesThere are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.The program yum-complete-transaction is found in the yum-utils package.--> Running transaction check---> Package mysql-community-libs.i686 0:5.6.20-4.el6 will be erased--> Finished Dependency ResolutionDependencies Resolved================================================================================Package                 Arch    Version            Repository             Size================================================================================Removing:mysql-community-libs    i686    5.6.20-4.el6       @mysql56-community    7.3 MTransaction Summary================================================================================Remove        1 Package(s)Installed size: 7.3 MIs this ok [y/N]: yDownloading Packages:Running rpm_check_debugRunning Transaction TestTransaction Test SucceededRunning TransactionErasing    : mysql-community-libs-5.6.20-4.el6.i686                       1/1 Verifying  : mysql-community-libs-5.6.20-4.el6.i686                       1/1 Removed:mysql-community-libs.i686 0:5.6.20-4.el6                                      Complete![root@kypulo lampp]# rpm -qa|grep mysqlmysql-community-release-el6-5.noarchmysql-community-common-5.6.20-4.el6.i686[root@kypulo lampp]# yum remove mysql-commonLoaded plugins: fastestmirrorSetting up Remove ProcessResolving DependenciesThere are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.The program yum-complete-transaction is found in the yum-utils package.--> Running transaction check---> Package mysql-community-common.i686 0:5.6.20-4.el6 will be erased--> Finished Dependency ResolutionDependencies Resolved================================================================================Package                   Arch    Version          Repository             Size================================================================================Removing:mysql-community-common    i686    5.6.20-4.el6     @mysql56-community    2.1 MTransaction Summary================================================================================Remove        1 Package(s)Installed size: 2.1 MIs this ok [y/N]: yDownloading Packages:Running rpm_check_debugRunning Transaction TestTransaction Test SucceededRunning TransactionErasing    : mysql-community-common-5.6.20-4.el6.i686                     1/1 Verifying  : mysql-community-common-5.6.20-4.el6.i686                     1/1 Removed:mysql-community-common.i686 0:5.6.20-4.el6                                    Complete![root@kypulo lampp]# rpm -qa|grep mysqlmysql-community-release-el6-5.noarch[root@kypulo lampp]# yum remove mysql-releaseLoaded plugins: fastestmirrorSetting up Remove ProcessNo Match for argument: mysql-releaseLoading mirror speeds from cached hostfile* base: mirrors.easynews.com* epel: mirrors.solfo.com* extras: mirror.hmc.edu* updates: repos.lax.quadranet.comNo Packages marked for removal[root@kypulo lampp]# yum remove mysql-communityLoaded plugins: fastestmirrorSetting up Remove ProcessNo Match for argument: mysql-communityLoading mirror speeds from cached hostfile* base: mirrors.easynews.com* epel: mirror.prgmr.com* extras: mirror.hmc.edu* updates: repos.lax.quadranet.comNo Packages marked for removal[root@kypulo lampp]# rpm -qa|grep mysqlmysql-community-release-el6-5.noarch[root@kypulo lampp]# yum remove mysql-community-release-el6-5.noarchLoaded plugins: fastestmirrorSetting up Remove ProcessResolving DependenciesThere are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.The program yum-complete-transaction is found in the yum-utils package.--> Running transaction check---> Package mysql-community-release.noarch 0:el6-5 will be erased--> Finished Dependency ResolutionDependencies Resolved================================================================================Package                       Arch         Version       Repository       Size================================================================================Removing:mysql-community-release       noarch       el6-5         installed       4.3 kTransaction Summary================================================================================Remove        1 Package(s)Installed size: 4.3 kIs this ok [y/N]: yDownloading Packages:Running rpm_check_debugRunning Transaction TestTransaction Test SucceededRunning TransactionErasing    : mysql-community-release-el6-5.noarch                         1/1 Verifying  : mysql-community-release-el6-5.noarch                         1/1 Removed:mysql-community-release.noarch 0:el6-5                                        Complete!

这篇关于CentOS卸载MySQL的方法 yum remove mysql的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1069070

相关文章

Java中流式并行操作parallelStream的原理和使用方法

《Java中流式并行操作parallelStream的原理和使用方法》本文详细介绍了Java中的并行流(parallelStream)的原理、正确使用方法以及在实际业务中的应用案例,并指出在使用并行流... 目录Java中流式并行操作parallelStream0. 问题的产生1. 什么是parallelS

MySQL数据库双机热备的配置方法详解

《MySQL数据库双机热备的配置方法详解》在企业级应用中,数据库的高可用性和数据的安全性是至关重要的,MySQL作为最流行的开源关系型数据库管理系统之一,提供了多种方式来实现高可用性,其中双机热备(M... 目录1. 环境准备1.1 安装mysql1.2 配置MySQL1.2.1 主服务器配置1.2.2 从

Python版本信息获取方法详解与实战

《Python版本信息获取方法详解与实战》在Python开发中,获取Python版本号是调试、兼容性检查和版本控制的重要基础操作,本文详细介绍了如何使用sys和platform模块获取Python的主... 目录1. python版本号获取基础2. 使用sys模块获取版本信息2.1 sys模块概述2.1.1

Python实现字典转字符串的五种方法

《Python实现字典转字符串的五种方法》本文介绍了在Python中如何将字典数据结构转换为字符串格式的多种方法,首先可以通过内置的str()函数进行简单转换;其次利用ison.dumps()函数能够... 目录1、使用json模块的dumps方法:2、使用str方法:3、使用循环和字符串拼接:4、使用字符

Python版本与package版本兼容性检查方法总结

《Python版本与package版本兼容性检查方法总结》:本文主要介绍Python版本与package版本兼容性检查方法的相关资料,文中提供四种检查方法,分别是pip查询、conda管理、PyP... 目录引言为什么会出现兼容性问题方法一:用 pip 官方命令查询可用版本方法二:conda 管理包环境方法

Linux云服务器手动配置DNS的方法步骤

《Linux云服务器手动配置DNS的方法步骤》在Linux云服务器上手动配置DNS(域名系统)是确保服务器能够正常解析域名的重要步骤,以下是详细的配置方法,包括系统文件的修改和常见问题的解决方案,需要... 目录1. 为什么需要手动配置 DNS?2. 手动配置 DNS 的方法方法 1:修改 /etc/res

深入理解Mysql OnlineDDL的算法

《深入理解MysqlOnlineDDL的算法》本文主要介绍了讲解MysqlOnlineDDL的算法,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小... 目录一、Online DDL 是什么?二、Online DDL 的三种主要算法2.1COPY(复制法)

mysql8.0.43使用InnoDB Cluster配置主从复制

《mysql8.0.43使用InnoDBCluster配置主从复制》本文主要介绍了mysql8.0.43使用InnoDBCluster配置主从复制,文中通过示例代码介绍的非常详细,对大家的学习或者... 目录1、配置Hosts解析(所有服务器都要执行)2、安装mysql shell(所有服务器都要执行)3、

JavaScript对象转数组的三种方法实现

《JavaScript对象转数组的三种方法实现》本文介绍了在JavaScript中将对象转换为数组的三种实用方法,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友... 目录方法1:使用Object.keys()和Array.map()方法2:使用Object.entr

k8s中实现mysql主备过程详解

《k8s中实现mysql主备过程详解》文章讲解了在K8s中使用StatefulSet部署MySQL主备架构,包含NFS安装、storageClass配置、MySQL部署及同步检查步骤,确保主备数据一致... 目录一、k8s中实现mysql主备1.1 环境信息1.2 部署nfs-provisioner1.2.