In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces "how to solve the problem of linux installation mysql prompt conflicts with file from package". In daily operation, I believe many people have doubts about how to solve the problem of linux installation mysql prompt conflicts with file from package. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubt of "how to solve the problem of linux installation mysql prompt conflicts with file from package". Next, please follow the editor to study!
Solution to linux installation prompt conflicts with file from package
An error occurred while installing mysql under linux:
[root@localhost local] # rpm-ivh MySQL-server-5.5.24-1.el6.i686.rpm
Shell Code www.2cto.com
Preparing... # [100%]
File / usr/share/mysql/charsets/cp1251.xml from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/czech/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/danish/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/dutch/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/english/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/estonian/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/french/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/german/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/greek/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/hungarian/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/italian/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686 www.2cto.com
File / usr/share/mysql/japanese/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/korean/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/norwegian-ny/errmsg.sys from install
Of MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/norwegian/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/polish/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/portuguese/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/romanian/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/russian/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/serbian/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/slovak/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/spanish/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/swedish/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
File / usr/share/mysql/ukrainian/errmsg.sys from install of
MySQL-server-5.5.24-1.el6.i686 conflicts with file from package
Mysql-libs-5.1.52-1.el6_0.1.i686
The reason is caused by the packet conflict! Www.2cto.com
To solve the problem, first remove the conflicting libs package and install it.
Yum-y remove mysql-libs-5.1.52*-y means you don't have to ask if remove
After the uninstall is complete, the installation of MySQL is successful
Rpm-ivh MySQL-server-5.5.24-1.el6.i686.rpm
At this point, the study on "how to solve the problem of linux installation mysql prompting conflicts with file from package" is over. I hope to be able to solve everyone's doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.