Re: how to uninstall mysql
Posted by:
Ause Sims
Date: August 28, 2004 09:14PM
To uninstall you can do the following...
rpm -q MySQL-string
The string part is if you installed it from the binaries like I did. For example....
rpm -q MySQL-server
Should return: MySQL-Server4.0.20-0
Then you can type...
rpm -e MySQL-server
This will uninstall it. You wil lhave to do it for each package. You can probably also just do a rpm -q -all MySQL- to see if you can list all of them.
Another thing, since the filenames were case sensitive so will be the package installations.
Good luck,
Ause Sims
PCSIG
http://www.pcsig.org
Subject
Written By
Posted
Re: how to uninstall mysql
August 28, 2004 09:14PM
September 26, 2007 10:32AM
September 27, 2007 01:31AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.