LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   unistall mysql from my linux box (https://www.linuxquestions.org/questions/linux-software-2/unistall-mysql-from-my-linux-box-463676/)

imando 07-13-2006 10:18 AM

unistall mysql from my linux box
 
i want to uninstall a previous mysql application from my linux box.

twantrd 07-13-2006 06:43 PM

Depends on how it was installed in the first place. Was it by source or from a package (ie. rpm)? If it's from an rpm package, do 'man rpm' and read what flag you need to pass to remove the package. If it's by source, usually make uninstall does the trick. You can also blow away the directory tree that mysql lives in. Just know what you are doing before you do this.

-twantrd


All times are GMT -5. The time now is 05:54 AM.