Results 1 to 2 of 2
hi guys, how do i uninstall MySQL that i compile from source (.tar.gz)? is it better to install from source or from binary (rpm)?...
- 08-03-2005 #1
uninstall MySQL from source
hi guys, how do i uninstall MySQL that i compile from source (.tar.gz)? is it better to install from source or from binary (rpm)?
- 08-04-2005 #2Just Joined!
- Join Date
- Jul 2005
- Posts
- 60
this should answer a lot of questions:
http://idevelopment.info/data/MySQL/DBA_tips/
along with: http://dev.mysql.com/doc/
this file may answer your uninstalling question
http://idevelopment.info/data/MySQL/...UX4020_3.shtml
i always used # yum install mysql.
uninstall using # rpm -e mysql<ver>
use rpm -qa | grep mysql - the package manager will recognize it if it's installed, hopefully.


Reply With Quote