如何在 Mac 操作系统上永久删除 Xampp?
我使用了 Xampp 并删除了它.然后,我尝试使用 Mamp.有一个我不明白的错误.Mamp 作为网络服务器工作得很好.但是如果我想用phpmyadmin,就不行了.
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.
例如,我向数据库插入了一些东西.它没有显示在 phpmyadmin 中.尽管我删除了 Xampp,但它正在保存到旧的 Xampp 数据库.它是如何发生的?
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?
如何在 Mac OS 上永久删除 Xampp(使用 mysql)?
How Can I delete Xampp permanently(with mysql) on Mac OS?
推荐答案
XAMPP 5.x:
您可以在 /Applications/XAMPP
中找到 uninstall.app
.
运行此程序后,您可以使用此命令删除所有 XAMPP 缓存文件:sudo rm -rf/Applications/XAMPP
After running this program, then you can use this command to delete all XAMPP cache files: sudo rm -rf /Applications/XAMPP
打开 Mac OS Finder 并转到
/Applications
文件夹.您应该会在那里找到一个 XAMPP 图标(例如 XAMPP.app),右键单击它并选择移至废纸篓".
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'.
除此之外,您可能还想删除主目录中的 ~/.bitnami 文件夹.
In addition to this, you might want to delete the ~/.bitnami folder within your home directory.
相关文章