sudo rm /usr/local/mysql
sudo rm -rf /usr/local/mysql*
sudo rm -rf /Library/StartupItems/MySQLCOM
sudo rm -rf /Library/PreferencePanes/My*
vim /etc/hostconfig and removed the line MYSQLCOM=-YES-
rm -rf ~/Library/PreferencePanes/My*
sudo rm -rf /Library/Receipts/mysql*
sudo rm -rf /Library/Receipts/MySQL*
sudo rm -rf /var/db/receipts/com.mysql.*

查看mysql进程

ps auxww|grep [m]ysqld

 
 

相关文章:

  • 2021-09-16
  • 2022-12-23
  • 2022-01-23
  • 2022-01-10
  • 2021-07-30
  • 2021-10-27
  • 2021-11-16
  • 2022-02-22
猜你喜欢
  • 2021-12-24
  • 2021-11-28
  • 2021-04-02
  • 2021-04-27
  • 2021-08-22
  • 2021-11-07
  • 2022-12-23
相关资源
相似解决方案