如何在 Mac 操作系统上永久删除 Xampp?

How Can I Delete Xampp Permanently on Mac Os?(如何在 Mac 操作系统上永久删除 Xampp?)
本文介绍了如何在 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.

这篇关于如何在 Mac 操作系统上永久删除 Xampp?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)