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

相关文章

JavaScript中的reduce方法执行过程、使用场景及进阶用法

《JavaScript中的reduce方法执行过程、使用场景及进阶用法》:本文主要介绍JavaScript中的reduce方法执行过程、使用场景及进阶用法的相关资料,reduce是JavaScri... 目录1. 什么是reduce2. reduce语法2.1 语法2.2 参数说明3. reduce执行过程

C#中读取XML文件的四种常用方法

《C#中读取XML文件的四种常用方法》Xml是Internet环境中跨平台的,依赖于内容的技术,是当前处理结构化文档信息的有力工具,下面我们就来看看C#中读取XML文件的方法都有哪些吧... 目录XML简介格式C#读取XML文件方法使用XmlDocument使用XmlTextReader/XmlTextWr

C++初始化数组的几种常见方法(简单易懂)

《C++初始化数组的几种常见方法(简单易懂)》本文介绍了C++中数组的初始化方法,包括一维数组和二维数组的初始化,以及用new动态初始化数组,在C++11及以上版本中,还提供了使用std::array... 目录1、初始化一维数组1.1、使用列表初始化(推荐方式)1.2、初始化部分列表1.3、使用std::

Springboot中分析SQL性能的两种方式详解

《Springboot中分析SQL性能的两种方式详解》文章介绍了SQL性能分析的两种方式:MyBatis-Plus性能分析插件和p6spy框架,MyBatis-Plus插件配置简单,适用于开发和测试环... 目录SQL性能分析的两种方式:功能介绍实现方式:实现步骤:SQL性能分析的两种方式:功能介绍记录

使用 sql-research-assistant进行 SQL 数据库研究的实战指南(代码实现演示)

《使用sql-research-assistant进行SQL数据库研究的实战指南(代码实现演示)》本文介绍了sql-research-assistant工具,该工具基于LangChain框架,集... 目录技术背景介绍核心原理解析代码实现演示安装和配置项目集成LangSmith 配置(可选)启动服务应用场景

oracle DBMS_SQL.PARSE的使用方法和示例

《oracleDBMS_SQL.PARSE的使用方法和示例》DBMS_SQL是Oracle数据库中的一个强大包,用于动态构建和执行SQL语句,DBMS_SQL.PARSE过程解析SQL语句或PL/S... 目录语法示例注意事项DBMS_SQL 是 oracle 数据库中的一个强大包,它允许动态地构建和执行

Ubuntu固定虚拟机ip地址的方法教程

《Ubuntu固定虚拟机ip地址的方法教程》本文详细介绍了如何在Ubuntu虚拟机中固定IP地址,包括检查和编辑`/etc/apt/sources.list`文件、更新网络配置文件以及使用Networ... 1、由于虚拟机网络是桥接,所以ip地址会不停地变化,接下来我们就讲述ip如何固定 2、如果apt安

SQL 中多表查询的常见连接方式详解

《SQL中多表查询的常见连接方式详解》本文介绍SQL中多表查询的常见连接方式,包括内连接(INNERJOIN)、左连接(LEFTJOIN)、右连接(RIGHTJOIN)、全外连接(FULLOUTER... 目录一、连接类型图表(ASCII 形式)二、前置代码(创建示例表)三、连接方式代码示例1. 内连接(I

在MySQL执行UPDATE语句时遇到的错误1175的解决方案

《在MySQL执行UPDATE语句时遇到的错误1175的解决方案》MySQL安全更新模式(SafeUpdateMode)限制了UPDATE和DELETE操作,要求使用WHERE子句时必须基于主键或索引... mysql 中遇到的 Error Code: 1175 是由于启用了 安全更新模式(Safe Upd

Go路由注册方法详解

《Go路由注册方法详解》Go语言中,http.NewServeMux()和http.HandleFunc()是两种不同的路由注册方式,前者创建独立的ServeMux实例,适合模块化和分层路由,灵活性高... 目录Go路由注册方法1. 路由注册的方式2. 路由器的独立性3. 灵活性4. 启动服务器的方式5.