Uninstall binary install of mysql

2003-11-24 Thread Carlos
nada. I'd certainly appreciated if someone can shade some light or point me in the right direction to uninstall mysql binary install in the systems. Thanks so much! I am a newbie at mysql. __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http

Re: Uninstall binary install of mysql

2003-11-24 Thread Warren Young
Carlos wrote: have got no idea how to uninstall it completely off the system. You could try something vaguely like this: # mkdir -p cd /tmp/mysqluninst # cd /tmp/mysqluninst # tar xvzf path-to-mysql-bin.tar.gz # find . -exec rm /{} \; DO NOT RUN THIS if you do not understand how it functions.