Home >Database >Mysql Tutorial >MySQL 版本 卸载与安装_MySQL

MySQL 版本 卸载与安装_MySQL

WBOY
WBOYOriginal
2016-06-01 13:59:59802browse

mysql卸载

mysql版本,卸载与安装


1)首先查找以前是否安装MySQL 3.23.54?

命令:rpm -qa | grep mysql

可以看到两个MySQL包:mysql-server、mysql-devel-3.23.54a-11。

2)删除命令:

rpm -e --nodeps 包名

3)然后删除mysql老版本的开发头文件和库

rm -fr /usr/lib/mysql

rm -fr /usr/include/mysql


之后可以正常安装了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn