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.

Uninstall binary install of mysql

2003-11-24 Thread Carlos
Hello ! I hope all is good with you. It's a Red Hat Linux 8 with latest version of mysql. I'm used to using RPMs and uninstalling with rpm -e, however, this time a binary version of mysql was used & have got no idea how to uninstall it completely off the system. Been looking over the Internet & n