Jump to content

Help! MySQL uninstall problem...


icelord

Recommended Posts

My redhat distro came with MySQL 3.20 and it doesnt seem to work. when I try to install the MySQL 4.0 RPM it says (basicly) \"some files allready exist\". So I tried to uninstall MySQL 3.20 and it said it cant because of dependencies. Then I removed all dependencies execept one because that one was depended on another.

 

Now I am stuck in a loop, package1 depends on package2 and vice versa. Does anyone know what I should do?

Link to comment
Share on other sites

hah, just dug yourself into a rut

 

in the first place , you ALWAYS install/update an rpm with \"rpm -Uhv (you could use freshen if you\'re upgrade if you want) package.name.rpm\" that would just update it; in other words you wouldnt get the errors that rpm -i would if you were just installing a newer version of an existing package (as you did).

 

also, in your current positition, use \"rpm -ev --nodeps mysql3.20.packagename\" that should take care of things. then just \"rpm -Uhv\" the 4.0 rpm and you should be good to go :lol:

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.