Beginners Linux, put the solution of today's problems posted out
Environment: Centos 5.5 + mysql-server-5.5.24-1.linux2.6.x86_64.rpm
The problems encountered:
[Root@sh158-xen data] #rpm-IVH mysql-server-5.5.24-1.linux2.6.x86_64.rpm
error:failed dependencies:
MySQL conflicts with mysql-5.0.77-4.el5_4.2.x86_64
Entangled for a long time, finally found a solution: (Thanks for providing related articles of Bo friends)
After the installation package, add two parameters, such as
[Root@sh158-xen data] #rpm-IVH mysql-server-5.5.24-1.linux2.6.x86_64.rpm--nodeps--force
Preparing ... ########################################### [100%]
1:mysql-server ########################################### [100%]
And the significance of those two parameters is that
Installation is no longer analyzed for dependencies between packages and is installed directly.
And you won't be prompted error:failed dependencies: This is a mistake.