At 10:01 AM 5/9/98 -0600, Robert Goodwin wrote:
>Hi there,
>
>I'm trying to install the mysql RPM's that I downloaded from the
>hurricane contribs.  I'm having some problems with it though in that it
>keeps hanging on me.  I Installed the clients RPM without a problem then
>this is as far as it gets on the main install before hanging:
>
>[root@benway RPMs]# rpm -Uvh mysql-3.21.26-1.i386.rpm        

Unless you have an old version installed, this is the wrong way to install
it. -Uvh is for upgrading a package. -ivh is for installing a new package.

>mysql                      
>##################################################
>Initializing Grant Tables
>Database "mysql" created.
>
>Does anyone know what the problem is with this?  When I try to uninstall
>with the -e now it also hangs and won't remove itself.

This should fix you.

rpm -qil mysql-3.21.26-1.i386.rpm

Then go and delete all the files, where ever they be.
After that a simple rpm -ivh mysql-3.21.26-1.i386.rpm MIGHT not work, it
might crap out and say it's already installed because of your upgrade
mistake.....So rpm -ivh --force mysql-3.21.26-1.i386.rpm  Should put it in
place for ya. Then again, maybe even try forcing it before taking the time
to remove all the files....I guess it should overwrite the old ones.

Good luck.


Dan

>
>thanks,
>
>rob
>
>
>-- 
>Robert Goodwin                                   
>[EMAIL PROTECTED]     
>
>While money doesn't buy love, it puts you in a great bargaining
>position.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to