当前位置: 首页 > 知识库问答 >
问题:

重新安装XAMPP时遇到的问题

丌官凯康
2023-03-14

我使用的是macOS版本12.0.1。所以,发生的是,我重新安装了XAMPP,所以当我点击开始时,它开始了,并显示了我的IP地址。接下来,当我去服务并试图启动所有Apache、MySQL和ProFTPD时,它们都没有启动,日志中写道:

ERROR: Failed to start "proftpd": cannot start service: bash: /opt/lampp/ctlscript.sh: No such file or directory

ERROR: Failed to start "mysql": cannot start service: bash: /opt/lampp/ctlscript.sh: No such file or directory

ERROR: Failed to start "apache": cannot start service: bash: /opt/lampp/ctlscript.sh: No such file or directory 

所以,当我不知所措时,我决定检查Lampp中的文件。因此,我安装了XAMPP,然后单击了Lampp,它显示了以下文件

XAMPP文件

应该还有这么多文件,但这里没有,所以没有任何服务/堆栈启动。为了解决这个问题,我重新启动了我的电脑,重新安装了XAMPP几次(即使是在不同的版本上),但都没有效果。

希望这是可以解决的。请帮忙!

共有1个答案

厉念
2023-03-14

如果mac已经为您提供了mysql默认卸载xampp并尝试mac命令,为什么要安装xampp

Brew install PHP
Brew install MySQL

如果不工作,那么试试这个博客https://jasonmccreary.me/articles/install-apache-php-mysql-mac-os-x-catalina/愿它能帮助你,谢谢。

 类似资料:
  • 当尝试使用pip和conda安装Dash包时,我收到一个错误,说明找不到该包。所有其他软件包都可以使用pip安装 仪表板组件:https://plot.ly/dash/getting-started 例外情况:回溯(最近一次调用last):文件“C:\Users\Owner\Anaconda3\lib\site packages\pip\basecommand.py”,第215行,主状态为self

  • 初始化引导层 java.lang.module.FindException 时出错:找不到模块 helloFX 我的包名为helloFX,在从eclipse市场安装javafx时,我收到上面提到的执行错误

  • 这是一个react-native安装问题: 错误,无法安装应用程序。确保您已经设置了Android开发环境:https://facebook.github.io/react-native/docs/geting-started.html#android-development-environment。运行带有--verbose标志的CLI以获得更多详细信息。

  • 安装 cuda 遇到了很多问题,这里简单记一下 下载 cudnn download cuda-toolkit 版本 查看 cuda 版本: cat /usr/local/cuda/version.txt 查看 cudnn 版本: cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2 查看显卡信息: lspci | grep VGA

  • 我得到了 null 通过YUM安装的所有东西 跑步软呢帽15

  • 当我运行命令rake run: iphone时,我得到以下错误消息: 您的java bin文件夹似乎不在您的路径上。这是使用rhodes所必需的。 我已经在我的mac上安装了JDK,并用命令which java验证了java路径。这就是我的java所在的位置:/usr/bin/java。 我怎样才能让java在我的道路上?