Re: Need to cleanly uninstall

2002-09-09 Thread moka
Looks like there is a problem with 4.0.3 or I am doing something wrong: First I tried to upgrade from rpm, linux:/home/me/TMPOUT # rpm -e MySQL-4.0.3-0.i386.rpm error: package MySQL-4.0.3-0.i386.rpm is not installed linux:/home/me/TMPOUT # rpm -i MySQL-4.0.3-0.i386.rpm package MySQL-4.0

Re: Need to cleanly uninstall

2002-09-08 Thread David Lloyd
Hmmm, (mysql, query) > Thanks That's OK. > It's 2.4.18 Sorry, I meant distribution...eg is it RedHat, Slackware ;-? > So, I will try to unistall and install from the > tarball, yes? It wouldn't hurt. How did you install it in the first place? DSL -- Con te partiro, su navi per mari Che

Re: Need to cleanly uninstall

2002-09-08 Thread moka
Thanks It's 2.4.18 So, I will try to unistall and install from the tarball, yes? > > > Spiros, > > > linux:/home/db/TMPOUT # rpm -q mysql > > package mysql is not installed > > > > linux:/home/db/TMPOUT # rpm -qa | grep MySQL > > MySQL-shared-4.0.3-0 > > MySQL-client-4.0.3-0 > > MySQL-devel-4.

Re: Need to cleanly uninstall

2002-09-08 Thread David Lloyd
Spiros, > linux:/home/db/TMPOUT # rpm -q mysql > package mysql is not installed > > linux:/home/db/TMPOUT # rpm -qa | grep MySQL > MySQL-shared-4.0.3-0 > MySQL-client-4.0.3-0 > MySQL-devel-4.0.3-0 > MySQL-4.0.3-0 > linux:/home/spiros/TMPOUT # Ok. > mypc@linux:~> /usr/bin/mysql > ERROR 2002:

Re: Need to cleanly uninstall

2002-09-08 Thread spiros
On Saturday 07 September 2002 10:48, you wrote: > You could do something like: > > linux:/home/db/TMPOUT # rpm -e MySQL-4.0.3-0.i386.rpm > > error: package MySQL-4.0.3-0.i386.rpm is not installed > > Don't add the RPM on the end. > > Also, what does: > > * rpm -qa | grep MySQL > > ...show. It w

Re: Need to cleanly uninstall

2002-09-07 Thread David Lloyd
You could do something like: > linux:/home/db/TMPOUT # rpm -e MySQL-4.0.3-0.i386.rpm > error: package MySQL-4.0.3-0.i386.rpm is not installed Don't add the RPM on the end. Also, what does: * rpm -qa | grep MySQL ...show. It will be in there. Use that name. mysql,query DSL -- Con te par

Need to cleanly uninstall

2002-09-06 Thread spiros
I tried to upgrade from 4.01 to 4.03 -apparently I did something wrong and now got a bad server. Anyone can givew advice on how to cleanly unistall now(e.g. rm /usr/bin/mysql*)? linux:/home/db/TMPOUT # rpm -e MySQL-4.0.3-0.i386.rpm error: package MySQL-4.0.3-0.i386.rpm is not installed linu