How to Un-install MySQL

twister

Howdy
I'm on an iMac G5 running 10.3.9. I installed MySQL the other day and now I want to remove it. I got the install file from MySQL.com but it doesn't have an un-installer included.

Ideas?

Thanks
 
sudo rm -rf /usr/local/mysql \
sudo rm -rf /usr/local/mysql* \
sudo rm -rf /usr/local/lib/mysql

should remove most of it : )
 
Back
Top