twister Howdy May 23, 2007 #1 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
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
ksv web developer May 24, 2007 #2 sudo rm -rf /usr/local/mysql \ sudo rm -rf /usr/local/mysql* \ sudo rm -rf /usr/local/lib/mysql should remove most of it : )
sudo rm -rf /usr/local/mysql \ sudo rm -rf /usr/local/mysql* \ sudo rm -rf /usr/local/lib/mysql should remove most of it : )