Disinstalla MySQL

2

Sto cercando di ottenere una copia funzionante di MAMP. Ma una volta ho installato il server MySQL separatamente e non riesco a trovare un modo per disinstallarlo.

Come posso disinstallare questa versione di MySQL?

    
posta Michiel 03.04.2012 - 22:32
fonte

2 risposte

3

La risposta a questa domanda superuser e questa domanda di stackoverflow entrambi dicono approssimativamente la stessa cosa, che è necessario eseguire le seguenti azioni:

If you haven't yet rebooted your computer, the process could still be running. First, reboot.

Then if MySQL is still showing up after a reboot, from the Terminal, issue the following commands one at a time:

  • sudo rm /usr/local/mysql
  • sudo rm -rf /usr/local/mysql*
  • sudo rm -rf /Library/StartupItems/MySQLCOM
  • sudo rm -rf /Library/PreferencePanes/My*
  • rm -rf ~/Library/PreferencePanes/My*
  • sudo rm -rf /Library/Receipts/mysql*
  • sudo rm -rf /Library/Receipts/MySQL*

And using your text editor of choice:

  • Edit /etc/hostconfig and remove the line MYSQLCOM=-YES-

If you still cannot install or run a different version of MySQL, you might have to issue one last command in the Terminal:

  • sudo rm -rf /var/db/receipts/com.mysql.mysql*
    
risposta data 03.04.2012 - 23:02
fonte
0

Dovresti controllare le seguenti cartelle:

  • / Applicazioni
  • / Developer
  • / Library
  • / System / Library
  • / Users / vostro_utente / Applicazioni

È obbligatorio trovarsi in uno di questi!

Una volta trovata l'app, ti suggerisco di utilizzare AppZapper per rimuoverla completamente.

Aggiornato: se non riesci ancora a trovarlo, apri il terminale ed esegui:

sudo find / -name "mysql

Se c'è qualsiasi mysql eseguibile sul tuo computer lo troverà

    
risposta data 03.04.2012 - 22:43
fonte

Leggi altre domande sui tag