about2flip
05-31-2002, 04:28 PM
Hi:
I've searched the threads, and can't seem to find the command to delete a program via telnet. Can someone please help me out. I want to delete mysql, and re-install it.
Thanks in advance for your time and expertise.
;)
dutchie
05-31-2002, 04:35 PM
You need to uninstall it using the uninstall program.
Take a look at this link:
http://pkgmaster.com/howto/cobalt_uninstall_howto.shtml
Stingreen
06-05-2002, 02:09 PM
The MySQL server is a set of RPM's installed. To remove them:
rpm -e MySQL-shared
rpm -e MySQL-client
rpm -e MySQL
rpm -e MySQL-devel
That will remove all of MySQL if it was installed by RPM. If it was done from source, you will have to remove it manually.
blacknight
06-05-2002, 02:23 PM
Originally posted by Stingreen
The MySQL server is a set of RPM's installed. To remove them:
rpm -e MySQL-shared
rpm -e MySQL-client
rpm -e MySQL
rpm -e MySQL-devel
That will remove all of MySQL if it was installed by RPM. If it was done from source, you will have to remove it manually.
I thought there was a .pkg version available as well?
Stingreen
06-05-2002, 03:10 PM
Yes there is, I just posted an alternative to what dutchie posted.
blacknight
06-05-2002, 03:20 PM
Fair enough... I just thought I was beginning to lose my mind