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
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
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
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.
the newer version of XAMPP include uninstaller apps, you can find it inside XAMPP folder in Application directory. But they leave empty XAMPP folder.
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”).
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.
To Delete XAMPP
Step 1:
Go to your Application folder and delete it.
Step 2:
Open your terminal and type: sudo rm -rf ~/.bitnami