Please how can I remove a RPM installation. I used
MySQL-server-4.1.1-1.i386.rpm to install MySQL, but how can I delete it.
--------------
if this was the exact package you installed with try....
rpm -e MySQL-server-4.1.1-1.i386.rpm
you can also query for the installed packages with rpm -q mysql and then if
only the one comes up use
rpm -e --allmatches mysql
use rpm --help for all options.
*Its a powerful tool, so be aware of what you're uninstalling. I would
query (rpm -q ) before just executing the -e or --erase option
a quick search on google of 'uninstall mysql rpm' came up with some great
links.
http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=uninstall+mysql+rpm
HTH
jeff
--------------
--
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]