How Can I Delete Xampp Permanently on Mac Os?

杀马特。学长 韩版系。学妹 提交于 2019-12-05 17:42:46

问题


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 doesn't work.

For example, I insert something to database. It isn't showing in phpmyadmin. It is saving to old Xampp database although I deleted Xampp. How does it happen?

How Can I delete Xampp permanently(with mysql) on Mac OS?


回答1:


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.




回答2:


the newer version of XAMPP include uninstaller apps, you can find it inside XAMPP folder in Application directory. But they leave empty XAMPP folder.




回答3:


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.




回答4:


  1. Open Spotlight and search for XAMPP,

To open Spotlight, click the magnifying glass icon in the upper-right corner of the menu bar, or press Command-Space from any app.

  1. Should be displayed some folders. Check for XAMPP (in upper cases) folder and open it.

  2. XAMPP folder should contain an uninstall programm, tap on it and follow the instructions.

  3. For a complete remove Go to Macintosh HD and delete the folder /Aplications/XAMPP (Be careful with you application files).

I did it right now and it works.




回答5:


To uninstall XAMPP-VM, follow these steps:

    Delete the XAMPP-VM icon from the Applications folder.
    Remove all XAMPP-VM data by deleting the ~/.bitnami folder within your home directory on the OS X host.

https://www.apachefriends.org/faq_stackman.html




回答6:


run this command on the terminal: rm -fr ~/.bitnami/




回答7:


it's easy pro, Open the application folder. Click on the XAMPP icon and hold it. Drag the icon to Trash. Clean Trash (to do it just hold Ctrl and click on “Empty Trash”).



来源:https://stackoverflow.com/questions/25286958/how-can-i-delete-xampp-permanently-on-mac-os

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!