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

相关文章

MySQL 多表连接操作方法(INNER JOIN、LEFT JOIN、RIGHT JOIN、FULL OUTER JOIN)

《MySQL多表连接操作方法(INNERJOIN、LEFTJOIN、RIGHTJOIN、FULLOUTERJOIN)》多表连接是一种将两个或多个表中的数据组合在一起的SQL操作,通过连接,... 目录一、 什么是多表连接?二、 mysql 支持的连接类型三、 多表连接的语法四、实战示例 数据准备五、连接的性

MySQL中的分组和多表连接详解

《MySQL中的分组和多表连接详解》:本文主要介绍MySQL中的分组和多表连接的相关操作,本文通过实例代码给大家介绍的非常详细,感兴趣的朋友一起看看吧... 目录mysql中的分组和多表连接一、MySQL的分组(group javascriptby )二、多表连接(表连接会产生大量的数据垃圾)MySQL中的

Java 中的 @SneakyThrows 注解使用方法(简化异常处理的利与弊)

《Java中的@SneakyThrows注解使用方法(简化异常处理的利与弊)》为了简化异常处理,Lombok提供了一个强大的注解@SneakyThrows,本文将详细介绍@SneakyThro... 目录1. @SneakyThrows 简介 1.1 什么是 Lombok?2. @SneakyThrows

判断PyTorch是GPU版还是CPU版的方法小结

《判断PyTorch是GPU版还是CPU版的方法小结》PyTorch作为当前最流行的深度学习框架之一,支持在CPU和GPU(NVIDIACUDA)上运行,所以对于深度学习开发者来说,正确识别PyTor... 目录前言为什么需要区分GPU和CPU版本?性能差异硬件要求如何检查PyTorch版本?方法1:使用命

Qt实现网络数据解析的方法总结

《Qt实现网络数据解析的方法总结》在Qt中解析网络数据通常涉及接收原始字节流,并将其转换为有意义的应用层数据,这篇文章为大家介绍了详细步骤和示例,感兴趣的小伙伴可以了解下... 目录1. 网络数据接收2. 缓冲区管理(处理粘包/拆包)3. 常见数据格式解析3.1 jsON解析3.2 XML解析3.3 自定义

SpringMVC 通过ajax 前后端数据交互的实现方法

《SpringMVC通过ajax前后端数据交互的实现方法》:本文主要介绍SpringMVC通过ajax前后端数据交互的实现方法,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价... 在前端的开发过程中,经常在html页面通过AJAX进行前后端数据的交互,SpringMVC的controll

Java中的工具类命名方法

《Java中的工具类命名方法》:本文主要介绍Java中的工具类究竟如何命名,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录Java中的工具类究竟如何命名?先来几个例子几种命名方式的比较到底如何命名 ?总结Java中的工具类究竟如何命名?先来几个例子JD

Spring Security自定义身份认证的实现方法

《SpringSecurity自定义身份认证的实现方法》:本文主要介绍SpringSecurity自定义身份认证的实现方法,下面对SpringSecurity的这三种自定义身份认证进行详细讲解,... 目录1.内存身份认证(1)创建配置类(2)验证内存身份认证2.JDBC身份认证(1)数据准备 (2)配置依

python获取网页表格的多种方法汇总

《python获取网页表格的多种方法汇总》我们在网页上看到很多的表格,如果要获取里面的数据或者转化成其他格式,就需要将表格获取下来并进行整理,在Python中,获取网页表格的方法有多种,下面就跟随小编... 目录1. 使用Pandas的read_html2. 使用BeautifulSoup和pandas3.

Spring 中的循环引用问题解决方法

《Spring中的循环引用问题解决方法》:本文主要介绍Spring中的循环引用问题解决方法,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录什么是循环引用?循环依赖三级缓存解决循环依赖二级缓存三级缓存本章来聊聊Spring 中的循环引用问题该如何解决。这里聊