最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

安装MYSQL错误“conflictswithfilefrompackagemysql-libs-*”解决方法_MySQL

来源:动视网 责编:小采 时间:2020-11-09 19:39:57
文档

安装MYSQL错误“conflictswithfilefrompackagemysql-libs-*”解决方法_MySQL

安装MYSQL错误conflictswithfilefrompackagemysql-libs-*解决方法_MySQL:安装MYSQL的时候时: 错误现象: [root@localhost opt]# rpm -ivh MySQL-server-5.5.32-1.el6.x86_.rpm Preparing... ########################################### [100%] file /usr/share/mysq
推荐度:
导读安装MYSQL错误conflictswithfilefrompackagemysql-libs-*解决方法_MySQL:安装MYSQL的时候时: 错误现象: [root@localhost opt]# rpm -ivh MySQL-server-5.5.32-1.el6.x86_.rpm Preparing... ########################################### [100%] file /usr/share/mysq


安装MYSQL的时候时:

错误现象:

[root@localhost opt]# rpm -ivh MySQL-server-5.5.32-1.el6.x86_.rpm 
Preparing... ########################################### [100%]
	file /usr/share/mysql/charsets/Index.xml from install of MySQL-server-5.5.32-1.el6.x86_ conflicts with file from package mysql-libs-5.1.61-4.el6.x86_
	file /usr/share/mysql/charsets/armscii8.xml from install of MySQL-server-5.5.32-1.el6.x86_ conflicts with file from package mysql-libs-5.1.61-4.el6.x86_
	file /usr/share/mysql/charsets/ascii.xml from install of MySQL-server-5.5.32-1.el6.x86_ conflicts with file from package mysql-libs-5.1.61-4.el6.x86_
	file /usr/share/mysql/charsets/cp1250.xml from install of MySQL-server-5.5.32-1.el6.x86_ conflicts with file from package mysql-libs-5.1.61-4.el6.x86_
	file /usr/share/mysql/charsets/cp1256.xml from install of MySQL-server-5.5.32-1.el6.x86_ conflicts with file from package mysql-libs-5.1.61-4.el6.x86_
	file /usr/share/mysql/charsets/cp1257.xml from install of MySQL-server-5.5.32-1.el6.x86_ conflicts with file from package mysql-libs-5.1.61-4.el6.x86_
	file /usr/share/mysql/charsets/cp850.xml from install of MySQL-server-5.5.32-1.el6.x86_ conflicts with file from package mysql-libs-5.1.61-4.el6.x86_
	file /usr/share/mysql/charsets/cp852.xml from install of MySQL-server-5.5.32-1.el6.x86_ conflicts with file from package mysql-libs-5.1.61-4.el6.x86_

错误原因:

原因由包冲突引起的!

解决方法:

先移除冲突的libs包,再进行安装。

yum -y remove mysql-libs-5.1.61*

-y的意思就是不用询问是否remove卸载完成之后,

然后再执行命令

rpm -ivh MySQL-server-5.5.32-1.el6.x86_.rpm
安装MySQL就可以成功了,如下:
[root@localhost opt]# rpm -ivh MySQL-server-5.5.32-1.el6.x86_.rpm
Preparing... ########################################### [100%]
 1:MySQL-server ########################################### [100%]

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.

See the manual for more instructions.

Please report any problems with the /usr/bin/mysqlbug script!

[root@localhost opt]# 

文档

安装MYSQL错误“conflictswithfilefrompackagemysql-libs-*”解决方法_MySQL

安装MYSQL错误conflictswithfilefrompackagemysql-libs-*解决方法_MySQL:安装MYSQL的时候时: 错误现象: [root@localhost opt]# rpm -ivh MySQL-server-5.5.32-1.el6.x86_.rpm Preparing... ########################################### [100%] file /usr/share/mysq
推荐度:
标签: 方法 错误 File
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top