Re: how to uninstall mysql

2004-05-05 Thread Egor Egorov
"adam" <[EMAIL PROTECTED]> wrote: > I have installed MySql on RH Linux, however since I have installed in the > wrong location I would like to uninstall. > > Basically I have installed the binary version from the > "mysql-standard-4.0.18-pc-linux-i686.tar.gz" and > > I have followed the instructio

Re: how to uninstall mysql 4.0.18 from OS X...i am so stuck :(

2004-04-14 Thread the amazing jt
thanks scott, i've uninstalled and reinstalled and i'm a happy guy! huge thanks!! jt _ Watch LIVE baseball games on your computer with MLB.TV, included with MSN Premium! http://join.msn.com/?page=features/mlb&pgmarket=en-us/go/on

Re: how to uninstall mysql 4.0.18 from OS X...i am so stuck :(

2004-04-14 Thread Scott Haneda
on 04/14/2004 09:00 PM, the amazing jt at [EMAIL PROTECTED] wrote: > scott thanks for the help...but how do i know its uninstalled...i don't > think it worked. > > this is what comes up for me: > > rm: /usr/local/mysql: No such file or directory > > is this correct if it's uninstalled or not??

Re: how to uninstall mysql 4.0.18 from OS X...i am so stuck :(

2004-04-14 Thread the amazing jt
scott thanks for the help...but how do i know its uninstalled...i don't think it worked. this is what comes up for me: rm: /usr/local/mysql: No such file or directory is this correct if it's uninstalled or not?? _ Tax headache? MS

Re: how to uninstall mysql 4.0.18 from OS X...i am so stuck :(

2004-04-14 Thread Scott Haneda
on 04/14/2004 06:47 PM, the amazing jt at [EMAIL PROTECTED] wrote: > would someone please part with how to uninstall mysql 4.0.18 from mac OS X. > > i screwed my installation up...well actually i believe i should have > installed a prior version...but regardless i have a strong desire to use > my

Re: How to Uninstall Mysql

2003-12-21 Thread ads mysql
Do I have to uninstall OS to reinstall mysql for my problem.? Please guide me. Thanks for support. ads mysql <[EMAIL PROTECTED]> wrote: Yes I could uninstall mysql with rpm -qa | grep MySQL ("MYSQL" should be in Uppercase. I tried same with lower case earlier) Therefore has not worked.

Re: How to Uninstall Mysql

2003-12-21 Thread getting_out
Well, I've never used rpm, only apt. In apt, to get the list of mysql installed packages I do # dpkg -l | grep -i mysql you should find the equivalent command on rpm; maybe rpm -l but I'm not sure. Then, when I have the list, I can remove each package with #apt-get remove --purge -u th

Re: How to Uninstall Mysql

2003-12-20 Thread Stefan Kuhn
Am Saturday 20 December 2003 17:21 schrieb ads mysql: > Yes I could uninstall mysql with > > rpm -qa | grep MySQL > ("MYSQL" should be in Uppercase. I tried same with > lower case earlier) Therefore has not worked. > Anyway Thanks lot. > > I once again tried to install myssql with > > [EMAIL PROTEC

Re: How to Uninstall Mysql

2003-12-20 Thread ads mysql
Yes I could uninstall mysql with rpm -qa | grep MySQL ("MYSQL" should be in Uppercase. I tried same with lower case earlier) Therefore has not worked. Anyway Thanks lot. I once again tried to install myssql with [EMAIL PROTECTED] root]# rpm -i MySQL-server-4.0.16-0.i386.rpm [EMAIL PROTECTED] ro

Re: How to Uninstall Mysql

2003-12-20 Thread ads mysql
Yes I could uninstall mysql with rpm -qa | grep MySQL ("MYSQL" should be in Uppercase. I tried same with lower case earlier) Therefore has not worked. Anyway Thanks lot. I once again tried to install myssql with [EMAIL PROTECTED] root]# rpm -i MySQL-server-4.0.16-0.i386.rpm [EMAIL PROTECTED] ro

Re: How to Uninstall Mysql

2003-12-20 Thread Mike Blezien
This is what we did. root [~] #rpm -qa | grep MySQL MySQL-client-4.0.15-0 MySQL-embedded-4.0.15-0 MySQL-devel-4.0.15-0 MySQL-shared-compat-4.0.15-0 MySQL-shared-4.0.15-0 MySQL-server-4.0.15-0 # Now remove the RPM's rpm -e --nodeps MySQL-server-4.0.15-0 rpm -e --nodeps MySQL-embedded-4.0.15-0 rpm -

Re: How to Uninstall Mysql

2003-12-20 Thread ads mysql
Hi, I tried as you advised. But no luck. [EMAIL PROTECTED] root]# rpm -qa | grep mysql [EMAIL PROTECTED] root]# rpm -qa | grep mysql [EMAIL PROTECTED] root]# ps ax | grep mysqld 854 ? S 0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql 884 ?S 0:00 /usr/sbin/mysq

Re: How to Uninstall Mysql

2003-12-20 Thread ads mysql
I have done following as advised : [EMAIL PROTECTED] root]# rpm -qa | grep mysql [EMAIL PROTECTED] root]# ps ax | grep mysqld 854 ?S 0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql 884 ?S 0:00 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql 8295 pts/0

Re: How to Uninstall Mysql

2003-12-20 Thread Victoria Reznichenko
ads mysql <[EMAIL PROTECTED]> wrote: > > I tried as advised as follows : > I tried to uninstall mysql rpm as > rpm -e /var/lib/mysql > It gives following. > [EMAIL PROTECTED] root]# rpm -e /var/lib/mysql > error: package /var/lib/mysql is not installed /var/lib/mysql is not a package, it's MySQL

Re: How to Uninstall Mysql

2003-12-19 Thread ads mysql
I tried as advised as follows : I tried to uninstall mysql rpm as rpm -e /var/lib/mysql It gives following. [EMAIL PROTECTED] root]# rpm -e /var/lib/mysql error: package /var/lib/mysql is not installed [EMAIL PROTECTED] root]# rpm -e MySQL-server-4.0.16-0.i386.rpm error: package MySQL-server-4.0

Re: How to Uninstall Mysql

2003-12-19 Thread Victoria Reznichenko
ads mysql <[EMAIL PROTECTED]> wrote: > > I have intstalled mysql rpm. > By mistake user table entries are deleted. Therefore I could not access mysql. > > I want uninstall the same and reinstall it. > If you want to re-create privilege tables you should move directory 'mysql' to another place

Re: How to uninstall MySQL?

2001-02-02 Thread Sean Conley
Just take the .rpm off the end, and any additional platform information like i386, etc. It would just be, for example, rpm -e MySQL-3.23.32-1 Sean On Fri, 2 Feb 2001, Abby Jiang wrote: > Hi, > > I installed MySQL on Red Hat 6.2. Now I am having > trouble with uninstalling it. If I do rpm -era