How Can I Delete Xampp Permanently on Mac Os?

后端 未结 8 2426
梦如初夏
梦如初夏 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:37

    I think that just put the application (in your Applications folder) is enough. But you can try to search some XAMPP garbages.

    Open your terminal, sudo and search for something containing XAMPP:

    sudo -s
    [ Type your password ]
    find / | grep -i xampp
    

    It can take a time if you do not have a fast hdd. This will display all files/folder containing XAMPP in their name.

提交回复
热议问题