Re: Uninstall MySql Service

2011-11-19 Thread Reindl Harald
windows is not a unix

some links from google after type "windows uninstall mysql service"

http://www.phpbuilder.com/board/archive/index.php/t-10254006.html
http://www.howtogeek.com/howto/windows-vista/how-to-delete-a-windows-service-in-vista-or-xp/
http://stackoverflow.com/questions/4951076/how-to-remove-mysql-service-from-windows

Am 19.11.2011 14:08, schrieb Martin Mueller:
> There is good advice by Rob Allen at
> http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/
> for the Mac
> 
> To uninstall MySQL and completely remove it (including all databases) from
> your Mac do the following:
> 
> * Use mysqldump to backup your databases to text files!
> * Stop the database server
> * sudo rm /usr/local/mysql
> * sudo rm -rf /usr/local/mysql*
> * sudo rm -rf /Library/StartupItems/MySQLCOM
> * sudo rm -rf /Library/PreferencePanes/My*
> * edit /etc/hostconfig and remove the line MYSQLCOM=-YES-
> * rm -rf ~/Library/PreferencePanes/My*
> * sudo rm -rf /Library/Receipts/mysql*
> * sudo rm -rf /Library/Receipts/MySQL*
> * sudo rm -rf /private/var/db/receipts/*mysql*
> 
> Perhaps it will work with Windows, mutatis mutandis
> 
> 
> On 11/19/11 12:29 AM, "AndrewMcHorney"  wrote:
> 
>> Hello
>>
>> I want to completely reinstall my sql server due to prior install
>> issues. How can you uninstall the MySql service? I am running under
>> window 7.
>>
>> Andrew
>>
>>
>> -- 
>> MySQL General Mailing List
>> For list archives: http://lists.mysql.com/mysql
>> To unsubscribe:   
>> http://lists.mysql.com/mysql?unsub=martin.muel...@mac.com
>>
> 
> 
> 

-- 

Mit besten Grüßen, Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/

http://www.thelounge.net/signature.asc.what.htm



signature.asc
Description: OpenPGP digital signature


Re: Uninstall MySql Service

2011-11-19 Thread Martin Mueller
There is good advice by Rob Allen at
http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/
for the Mac

To uninstall MySQL and completely remove it (including all databases) from
your Mac do the following:

* Use mysqldump to backup your databases to text files!
* Stop the database server
* sudo rm /usr/local/mysql
* sudo rm -rf /usr/local/mysql*
* sudo rm -rf /Library/StartupItems/MySQLCOM
* sudo rm -rf /Library/PreferencePanes/My*
* edit /etc/hostconfig and remove the line MYSQLCOM=-YES-
* rm -rf ~/Library/PreferencePanes/My*
* sudo rm -rf /Library/Receipts/mysql*
* sudo rm -rf /Library/Receipts/MySQL*
* sudo rm -rf /private/var/db/receipts/*mysql*

Perhaps it will work with Windows, mutatis mutandis


On 11/19/11 12:29 AM, "AndrewMcHorney"  wrote:

>Hello
>
>I want to completely reinstall my sql server due to prior install
>issues. How can you uninstall the MySql service? I am running under
>window 7.
>
>Andrew
>
>
>-- 
>MySQL General Mailing List
>For list archives: http://lists.mysql.com/mysql
>To unsubscribe:   
>http://lists.mysql.com/mysql?unsub=martin.muel...@mac.com
>



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



Re: uninstall mysql-standard-4.1.13-pc-linux-gnu-i686.tar.gz

2005-09-20 Thread Kishore Jalleda
Download mysql-4.1.4.tar.gz
extract the contents into /usr/local/mysql-4.1.14
now delete the data dir 
stop the mysql server running (4.1.13) 
copy the whole data dir from the old version 4.1.13 ( use cp -pR to preserve 
perms) to the new one 
create a symbolic link like ln -s /usr/local/mysql-4.1.14. mysql 
start mysqld /usr/local/mysql/bin/mysqld_safe & 
thats it you have version 4.1.14 running you can keep the old directory or 
delete it 
 Kishore Jalleda 
  

 On 9/18/05, Joeffrey Betita <[EMAIL PROTECTED]> wrote: 
> 
> hi
> how can i uninstall mysql-standard-4.1.13-pc-linux-gnu-i686.tar.gz i would
> like to install mysql-4.1.14.tar.gz
> thank you very much.
> 
> 
> rgds,
> Joeffrey
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.11.1/104 - Release Date: 9/16/2005
> 
> 
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
> 
>


Re: uninstall MySQL

2005-03-03 Thread Gleb Paharenko
Hello.



It depends on the type of distribution you're using.





[EMAIL PROTECTED] wrote:

> Anyone knew how to uninstall old version of MySQL? Thanks 

> 

> __

> Switch to Netscape Internet Service.

> As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

> 

> Netscape. Just the Net You Need.

> 

> New! Netscape Toolbar for Internet Explorer

> Search from anywhere on the Web and block those annoying pop-ups.

> Download now at http://channels.netscape.com/ns/search/install.jsp

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Uninstall mysql

2004-04-22 Thread vasanthsena x
that solution doesnt work.if you are working on Xpyou
could a system restore.thats what I did.and then I
installed mysql again.

S.
--- "Tam, Michael" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I forgot to reply to the list instead.
> 
> This is a recap of what I sent to Vasanthsena x.  
> 
>   These are the steps I do when I have to uninstall
> it.
>   1. Stop mysqld (through service or manually using
> mysqladmin)
>   2. Remove mysqld service if you have setup the
> service.
>   3. Go to add/remove program in control panel to
> remove the
> application.
> 
> In addition to the above, since the uninstallation
> took place already,
> terminate mysqld through your task manager
> (ctrl+alt+delete).  If mysql
> service is still there, use your CMD prompt, go to
> mysql bin directory and
> run 'mysqld --remove' to remove it.
> 
> Cheers,
> Michael
> 
> -Original Message-
> From: vasanthsena x [mailto:[EMAIL PROTECTED]
> Sent: 21 April 2004 15:50
> To: [EMAIL PROTECTED]
> Subject: Uninstall mysql
> 
> 
> Hi,
> 
> I tried to uninstall mysql from win Xp.however it
> did
> not remove everything completely.I tried to remove
> the
> files manually but specifically it does not let me
> delete mysqld.exe.it says access denied.
> 
> Can anyone help me?I would to reinstall mysql.
> 
> S.
> 
> 
> 
>   
>   
> __
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for
> 25¢
> http://photos.yahoo.com/ph/print_splash
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:   
>
http://lists.mysql.com/[EMAIL PROTECTED]
> 
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:   
>
http://lists.mysql.com/[EMAIL PROTECTED]
> 





__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Uninstall mysql

2004-04-22 Thread Tam, Michael
Hi,

I forgot to reply to the list instead.

This is a recap of what I sent to Vasanthsena x.  

These are the steps I do when I have to uninstall it.
1. Stop mysqld (through service or manually using mysqladmin)
2. Remove mysqld service if you have setup the service.
3. Go to add/remove program in control panel to remove the
application.

In addition to the above, since the uninstallation took place already,
terminate mysqld through your task manager (ctrl+alt+delete).  If mysql
service is still there, use your CMD prompt, go to mysql bin directory and
run 'mysqld --remove' to remove it.

Cheers,
Michael

-Original Message-
From: vasanthsena x [mailto:[EMAIL PROTECTED]
Sent: 21 April 2004 15:50
To: [EMAIL PROTECTED]
Subject: Uninstall mysql


Hi,

I tried to uninstall mysql from win Xp.however it did
not remove everything completely.I tried to remove the
files manually but specifically it does not let me
delete mysqld.exe.it says access denied.

Can anyone help me?I would to reinstall mysql.

S.





__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Uninstall mysql

2004-04-22 Thread Dan Bowkley
Check the process list (do a ctrl+alt+delete and click the processes tab) to
see if mysql is still running; you might have to stop the service before
removing it.  Even with permissions set to read/write for everyone, it still
won't let you delete it if it's running at the time.

hth
Dan
- Original Message - 
From: "vasanthsena x" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 21, 2004 3:49 PM
Subject: Uninstall mysql


> Hi,
>
> I tried to uninstall mysql from win Xp.however it did
> not remove everything completely.I tried to remove the
> files manually but specifically it does not let me
> delete mysqld.exe.it says access denied.
>
> Can anyone help me?I would to reinstall mysql.
>
> S.
>
>
>
>
>
> __
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for 25¢
> http://photos.yahoo.com/ph/print_splash
>
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
>
>
>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Uninstall mysql

2004-04-21 Thread Dathan Vance Pattishall
Left click on the binary and look at the access permissions.

> -Original Message-
> From: vasanthsena x [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 21, 2004 2:50 PM
> To: [EMAIL PROTECTED]
> Subject: Uninstall mysql
> 
> Hi,
> 
> I tried to uninstall mysql from win Xp.however it did
> not remove everything completely.I tried to remove the
> files manually but specifically it does not let me
> delete mysqld.exe.it says access denied.
> 
> Can anyone help me?I would to reinstall mysql.
> 
> S.
> 
> 
> 
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for 25¢
> http://photos.yahoo.com/ph/print_splash
> 
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Uninstall MySQL for Panther?

2004-03-13 Thread Paul DuBois
At 21:31 -0800 3/12/04, John Mistler wrote:
First I want to thank all of you guys for responding.  I feel a new sense of
confidence that I will be able to get this thing going!
However, my problems have compounded.  We now have a new problem.  I took
the advice of one archived postings and dragged the four files seemingly
installed by the mysql package at the location (in Mac language)
users:johnmistler: to the trash.  That didn't feel right to
me once I did it, so I dragged them back.  They were named:
1. cd
2. md5
3. md5 sum
4. mysql
Now, when I go to the terminal and type:

/usr/local/mysql/bin/mysql

I get:

tcsh: /usr/local/mysql/bin/mysql: Command not found

This suggests to me that the mysql file it is being directed to is not
there.  However, I can verify that the file "mysql" exists at this path (in
Mac Language):
users:johnmistler:mysql

It is listed as a document with Zero KB for its size (?).  It definitely is
one of the files that I dragged back from the trash.
Should I attempt to fix all of this, or go ahead with an uninstall?
Well, it's maybe a little risky to go ahead and trash all that stuff,
but I'd guess that's what you want to do.  If the mysql program isn't
found as a command (as shown above), it's not doing you any good.  You
might try this command to see what kind of thing it actually is now:
file /usr/local/mysql/bin/mysql

If I do need to uninstall, how do I do it?  I installed the latest PACKAGE
from the MySQL.com site 4.0.18-standard along with the startup item package.
Use the rm commands that Scott Haneda suggested in his message.  Then
reinstall.
--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
MySQL Users Conference: April 14-16, 2004
http://www.mysql.com/uc2004/
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Uninstall MySQL for Panther?

2004-03-12 Thread Scott Haneda
on 03/12/2004 09:31 PM, John Mistler at [EMAIL PROTECTED] wrote:

> First I want to thank all of you guys for responding.  I feel a new sense of
> confidence that I will be able to get this thing going!
> 
> However, my problems have compounded.  We now have a new problem.  I took
> the advice of one archived postings and dragged the four files seemingly
> installed by the mysql package at the location (in Mac language)
> users:johnmistler: to the trash.  That didn't feel right to
> me once I did it, so I dragged them back.  They were named:
> 
> 1. cd
> 2. md5
> 3. md5 sum
> 4. mysql

I don't know what those files are, they are not part of where mysql should
have installed its stuff, so there should in theory be no hard in removing
them.


You can remove mysql by doing the following
rm -r /usr/local/mysql
rm -r /Library/StartupItems/MySQL

This will get you back to a clean machine with no mysql, from there, run the
installer and this time follow the instructions exactly on how to start
mysql as well as how to set the root password to the mysql permissions
database.

If you still get stuck, drop me a email directly and I can walk you thought
it.

-- 
-
Scott HanedaTel: 415.898.2602
http://www.newgeo.com   Fax: 313.557.5052
[EMAIL PROTECTED]Novato, CA U.S.A.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Uninstall MySQL for Panther?

2004-03-12 Thread John Mistler
First I want to thank all of you guys for responding.  I feel a new sense of
confidence that I will be able to get this thing going!

However, my problems have compounded.  We now have a new problem.  I took
the advice of one archived postings and dragged the four files seemingly
installed by the mysql package at the location (in Mac language)
users:johnmistler: to the trash.  That didn't feel right to
me once I did it, so I dragged them back.  They were named:

1. cd
2. md5
3. md5 sum
4. mysql

Now, when I go to the terminal and type:

/usr/local/mysql/bin/mysql

I get:

tcsh: /usr/local/mysql/bin/mysql: Command not found

This suggests to me that the mysql file it is being directed to is not
there.  However, I can verify that the file "mysql" exists at this path (in
Mac Language):

users:johnmistler:mysql

It is listed as a document with Zero KB for its size (?).  It definitely is
one of the files that I dragged back from the trash.

Should I attempt to fix all of this, or go ahead with an uninstall?

If I do need to uninstall, how do I do it?  I installed the latest PACKAGE
from the MySQL.com site 4.0.18-standard along with the startup item package.

If you guys still think I need to tough it out, what is the next step?

Once again (embarrassingly) -- THANK YOU!

John



on 3/12/04 7:22 PM, Paul DuBois at [EMAIL PROTECTED] wrote:

> At 18:33 -0800 3/12/04, John Mistler wrote:
>> I am two days into troubleshooting this.  I need some help badly.
>> 
>> I installed MySQL 4.0.18 for Mac.  I was able to get in at first:
>> 
>> Welcome to MySQL monitor.  Commands end with ; or \g.
>> Your MySQL connection id is 14 to server version: 4.0.18-standard
> 
> Please show us the command you entered to start the mysql program.
> 
>> 
>> then I would type mysql> create database mytest;
>> 
>> and get: ERROR 1044: Access denied for user: '@localhost' to database
>> 'mytest'
> 
> The account name (@localhost) has no username before the '@' character,
> which indicates that you have connected as the anonymous user.  This
> user has no privileges to create the mytest database.
> 
>> 
>> I tried all kinds of commands to change the root password, and every single
>> one would result in "Access denied for user . . . "
> 
> Please show what these commands were.  No one can help you diagnose
> the problem without information to go on.
> 
>> 
>> I would like to install, instead, CompleteMySQL from the
>> serverlogisitics.com site, which has interfaces to help newbies like me.
>> However, it is only at version 4.0.15.  So my question is:
>> 
>> How can I UNINSTALL the current 4.0.18 version I already have, before
>> installing the other one?
> 
> Well ... I'm afraid we cannot tell you that, either, because although
> you've indicated that you installed MySQL 4.0.18 for Mac, you haven't
> told us how you installed it.  Did you use the PKG distribution? Did you
> install from source?
> 
> 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Uninstall MySQL for Panther?

2004-03-12 Thread Paul DuBois
At 18:33 -0800 3/12/04, John Mistler wrote:
I am two days into troubleshooting this.  I need some help badly.

I installed MySQL 4.0.18 for Mac.  I was able to get in at first:

Welcome to MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 14 to server version: 4.0.18-standard
Please show us the command you entered to start the mysql program.

then I would type mysql> create database mytest;

and get: ERROR 1044: Access denied for user: '@localhost' to database
'mytest'
The account name (@localhost) has no username before the '@' character,
which indicates that you have connected as the anonymous user.  This
user has no privileges to create the mytest database.
I tried all kinds of commands to change the root password, and every single
one would result in "Access denied for user . . . "
Please show what these commands were.  No one can help you diagnose 
the problem without information to go on.

I would like to install, instead, CompleteMySQL from the
serverlogisitics.com site, which has interfaces to help newbies like me.
However, it is only at version 4.0.15.  So my question is:
How can I UNINSTALL the current 4.0.18 version I already have, before
installing the other one?
Well ... I'm afraid we cannot tell you that, either, because although
you've indicated that you installed MySQL 4.0.18 for Mac, you haven't
told us how you installed it.  Did you use the PKG distribution? Did you
install from source?


--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
MySQL Users Conference: April 14-16, 2004
http://www.mysql.com/uc2004/
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Uninstall MySQL for Panther?

2004-03-12 Thread Hassan Schroeder
John Mistler wrote:

I installed MySQL 4.0.18 for Mac.  I was able to get in at first:

I tried all kinds of commands to change the root password, and every single
one would result in "Access denied for user . . . "
I would like to install, instead, CompleteMySQL from the
serverlogisitics.com site, which has interfaces to help newbies like me.
No, no! Be strong, you don't need the training wheels :-)

Re-read the doc about grant tables and then restart the server with
the `--skip-grant-tables` flag so you can reset the root password.
  

HTH,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Uninstall MySQL?

2003-01-15 Thread Zak Greant
On Wed, Jan 15, 2003 at 07:18:46AM -0700, Tyler wrote:
> Can someone please guide me in uninstalling all the failed installs of MySQL
> I've got? I've installed like 2 binaries, and 1 source.. none work :(

  Dear Tyler,

  You will need to be more specific. What operating system did you do
  the installs on, where did you try to install, etc.

  Generally, (under Unix-like OSs) it is just a matter of removing the
  installations directories /usr/local/mysql- and fixing your
  startup scripts (if you modified them).

-- 
 Zak Greant <[EMAIL PROTECTED]> | MySQL Advocate |  http://zak.fooassociates.com

MySQL Tip: Allow duplicate values in columns, but force rows to be unique
  mysql> CREATE TABLE lock (t0 TINYINT NOT NULL, t1 TINYINT NOT NULL,
   UNIQUE combination (t0, t1));

"While we are postponing, life speeds by."--Lucius Annaeus Seneca

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Re: Uninstall Mysql

2002-04-09 Thread Victoria Reznichenko

Kathy,
Tuesday, April 09, 2002, 5:43:23 PM, you wrote:

KR> I am using Linux 7.2 OS.
KR> I think reseting the root password fixed it. Because I was no able to log
KR> in.

Ok, try to reset root password according to step-by-step instruction
in the manual. Don't forget execute FLUSH PRIVILEGES _before_ using
GRANT statement.

KR> I'm not really running any queries to the mysql database that why i'm not
KR> sure whats causing this problem.
KR> I also cant figure out why when I type mysql it doesnt doesnt use the
KR> password and I alway have to type mysql -u root -p and then password.

What error did you receive?

KR> - Original Message -
KR> From: "Victoria Reznichenko" <[EMAIL PROTECTED]>
KR> To: <[EMAIL PROTECTED]>
KR> Sent: Tuesday, April 09, 2002 10:00 AM
KR> Subject: Re: Uninstall Mysql


>> Kathy,
>> Monday, April 08, 2002, 10:10:04 PM, you wrote:
>>
>> KR> Can anyone tell me how can I uninstall mysql. I have done it again. I
>> KR> have
>> KR> messed up my permission.
>> KR> I dont know what is is that i'm doing that makes me loose my
>> KR> previleges.
>> KR> I keep getting the access denied error
>>
>> Before uninstalling MySQL server you can
>> 1. reset root password, look at:
>>http://www.mysql.com/doc/R/e/Resetting_permissions.html
>>
>> 2. re-create grant tables, look at:
>>http://www.mysql.com/doc/m/y/mysql_install_db.html
>>
>> And about the MySQL server uninstallation, tell me, what OS do you use?
>>
>> KR> Kathy Reyes




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   <___/   www.mysql.com




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Uninstall Mysql

2002-04-09 Thread Kathy Reyes

I am using Linux 7.2 OS.
I think reseting the root password fixed it. Because I was no able to log
in.
I'm not really running any queries to the mysql database that why i'm not
sure whats causing this problem.
I also cant figure out why when I type mysql it doesnt doesnt use the
password and I alway have to type mysql -u root -p and then password.

- Original Message -
From: "Victoria Reznichenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 10:00 AM
Subject: Re: Uninstall Mysql


> Kathy,
> Monday, April 08, 2002, 10:10:04 PM, you wrote:
>
> KR> Can anyone tell me how can I uninstall mysql. I have done it again. I
have
> KR> messed up my permission.
> KR> I dont know what is is that i'm doing that makes me loose my
previleges.
> KR> I keep getting the access denied error
>
> Before uninstalling MySQL server you can
> 1. reset root password, look at:
>http://www.mysql.com/doc/R/e/Resetting_permissions.html
>
> 2. re-create grant tables, look at:
>http://www.mysql.com/doc/m/y/mysql_install_db.html
>
> And about the MySQL server uninstallation, tell me, what OS do you use?
>
> KR> Kathy Reyes
>
>
>
>
> --
> For technical support contracts, goto https://order.mysql.com/
> This email is sponsored by Ensita.net http://www.ensita.net/
>__  ___ ___   __
>   /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
>  / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
> /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
><___/   www.mysql.com
>
>
>
>
> -
> Before posting, please check:
>http://www.mysql.com/manual.php   (the manual)
>http://lists.mysql.com/   (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>
>



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Uninstall Mysql

2002-04-09 Thread Victoria Reznichenko

Kathy,
Monday, April 08, 2002, 10:10:04 PM, you wrote:

KR> Can anyone tell me how can I uninstall mysql. I have done it again. I have
KR> messed up my permission.
KR> I dont know what is is that i'm doing that makes me loose my previleges.
KR> I keep getting the access denied error

Before uninstalling MySQL server you can
1. reset root password, look at:
   http://www.mysql.com/doc/R/e/Resetting_permissions.html
   
2. re-create grant tables, look at:
   http://www.mysql.com/doc/m/y/mysql_install_db.html

And about the MySQL server uninstallation, tell me, what OS do you use?

KR> Kathy Reyes




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   <___/   www.mysql.com




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Uninstall Mysql

2002-04-08 Thread Gelu

Hi,
You give up so quicly?
What OS  use for MySQL?

- Original Message -
From: Kathy Reyes <[EMAIL PROTECTED]>
To: mysql <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 10:10 PM
Subject: Uninstall Mysql


> Can anyone tell me how can I uninstall mysql. I have done it again. I have
> messed up my permission.
> I dont know what is is that i'm doing that makes me loose my previleges.
> I keep getting the access denied error
>
>
>
> Kathy Reyes
> Live Technology  International
> 2975 Westchester Avenue
> Suite 103
> Purchase, NY 10577
> Tel: (914) 490-7096
> [EMAIL PROTECTED]
> www.LiveTechnology.com
>
>
>
>
> -
> Before posting, please check:
>http://www.mysql.com/manual.php   (the manual)
>http://lists.mysql.com/   (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Uninstall MySQL!!!

2002-01-22 Thread Egor Egorov

Rahadul,

Tuesday, January 22, 2002, 1:04:27 AM, you wrote:
RK> Thanks so much for your help. but it only worked for "client" and "devel"
RK> package. When I tried to uninstall the MySql Server package i get an error
RK> message as

RK> [root java]# rpm -qa | grep -i mysql
RK> MySQL-3.23.47-1
RK> [root java]# rpm -e MySQL-3.23.47-1

Try:

rpm --erase --force MySQL-3.23.47-1





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   <___/   www.mysql.com



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Uninstall MySQL!!!

2002-01-21 Thread Rahadul Kabir

hi Jason,
Thanks so much for your help. but it only worked for "client" and "devel"
package. When I tried to uninstall the MySql Server package i get an error
message as

[root java]# rpm -qa | grep -i mysql
MySQL-3.23.47-1
[root java]# rpm -e MySQL-3.23.47-1
error reading information on service mysql: No such file or directory
execution of script failed
[root java]#

do you have any idea about this. Is there any other flag or command that can be
used to uninstall this. thanks again.

Jason Yates wrote:

> On Monday 21 January 2002 04:09 pm, you wrote:
> > hi,
> > can some one tell me how to Uninstall MySQL3.23.47-1from linux machine.
> > I installed it and it went all wrong, so i want to start over.
> >  thanks.
>
> If you installed it using the binaries it's as simple as,
>
> rpm -e 
>
> Do an 'rpm -qa | grep -i mysql' that will list any mysql packages and put the
> package name in the rpm -e command.
>
> -Jason Yates
>
> -
> Before posting, please check:
>http://www.mysql.com/manual.php   (the manual)
>http://lists.mysql.com/   (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Uninstall MySQL!!!

2002-01-21 Thread Jason Yates

On Monday 21 January 2002 04:09 pm, you wrote:
> hi,
> can some one tell me how to Uninstall MySQL3.23.47-1from linux machine.
> I installed it and it went all wrong, so i want to start over.
>  thanks.

If you installed it using the binaries it's as simple as,

rpm -e 

Do an 'rpm -qa | grep -i mysql' that will list any mysql packages and put the 
package name in the rpm -e command.

-Jason Yates

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php