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.
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