How Can I Delete Xampp Permanently on Mac Os?(如何在 Mac OS 上永久删除 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.
这篇关于如何在 Mac OS 上永久删除 Xampp?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Mac OS 上永久删除 Xampp?
- 从 PHP 中的输入表单获取日期 2022-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- Laravel 仓库 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01