How Can I Delete Xampp Permanently on Mac Os?

后端 未结 8 2310
梦如初夏
梦如初夏 2021-02-07 08:56

I used Xampp and deleted it. Then, I tried to use Mamp. There is an error that I don\'t understand. Mamp is working perfect as webserver. But if I want to use phpmyadmin, it do

8条回答
  •  伪装坚强ぢ
    2021-02-07 09:31

    XAMPP 5.x:

    You can find uninstall.app in /Applications/XAMPP.

    After running this program, then you can use this command to delete all XAMPP cache files: sudo rm -rf /Applications/XAMPP


    XAMPP 7.x:

    • Open Mac OS Finder and go to /Applications folder. You should find an XAMPP icon there (eg. XAMPP.app), right-click it and choose 'Move to Trash'.

    • In addition to this, you might want to delete the ~/.bitnami folder within your home directory.

提交回复
热议问题