
上QQ阅读APP看书,第一时间看更新
Uninstalling Binaries
It is very simple to uninstall a binary installation. All you need to do is to remove the symlink:
- Change the directory to the installation path:
shell> cd /usr/local
- Check where mysql is pointing to, which will show the path it is referencing to:
shell> sudo ls -lh mysql
- Remove mysql:
shell> sudo rm mysql
- Remove the binaries (optional):
shell> sudo rm -f /opt/mysql-8.0.3-rc-linux-glibc2.12-x86_64.tar.gz