MySQL Forums
Forum List  »  Install & Repo

Re: how to uninstall mysql
Posted by: awadhesh yona
Date: January 08, 2009 10:44PM

serch for the rpm packages
rpm -qa | grep mysql
it will list you all packages like:
mysql-server-5.0.51a-1.fc9.i386
mysql-connector-odbc-3.51.24r1071-1.fc9.i386
php-mysql-5.2.5-7.fc9.i386
mod_auth_mysql-3.0.0-6.i386
mysql-gui-common-5.0r12-5.fc9.i386
mysql-5.0.51a-1.fc9.i386
mysql-query-browser-5.0r12-5.fc9.i386
mysql-connector-java-3.1.12-5.fc9.i386
mysql-administrator-5.0r12-5.fc9.i386
mysql-libs-5.0.51a-1.fc9.i386
mysql-gui-tools-5.0r12-5.fc9.i386
libdbi-dbd-mysql-0.8.3-1.fc9.i386
---------
then remove one by one all packages like:
rpm -e mysql-server
need not to write version.

Options: ReplyQuote


Subject
Written By
Posted
August 25, 2004 08:18PM
August 28, 2004 09:14PM
September 26, 2007 10:32AM
May 12, 2008 05:24AM
Re: how to uninstall mysql
January 08, 2009 10:44PM


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.