简体   繁体   中英

How to uninstall Mysql Shell on MacOS

I've wrongly installed MySql Shell https://dev.mysql.com/doc/mysql-shell/8.0/en/ in my MacBook Pro. I've confused it from the standard mysql shell command.

Now, all works ok, but I doesn't need MySql Shell... so there is a way to uninstall MySql Shell from my MacOS?

cd /usr/local/bin

sudo rm -rf mysqlsh

cd..

sudo rm -rf mysql-shell

sudo rm -rf mysql-shell-8.0.20-macos10.15-x86-64bit/

Then restart your command line and it would not recognize anymore the command mysqlsh.

I think this is because the global paths are loaded from the file /etc/paths and the executable is not anymore in the directories =).

In addition to what Alex said above, I think it's important to 'forget' the package as well to remove the last trace of the shell from your system: sudo pkgutil --forget com.mysql.shell

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM