XAMPP is not working on Mac with macOS Big Sur [closed]

只谈情不闲聊 提交于 2020-12-01 08:11:07

问题


Today, I upgraded my macOS to the latest Big Sur 11.0.1. After upgrading the OS, I found that the local server XAMPP is not working! I have all my working projects inside the XAMPP folder of htdocs. As there is not working XAMPP, I can't mount htdocs to access my working project folder.

Please suggest me to solve this problem? Thank you in advance!

Edit:

  • macOS shows the error code 137
  • The files can be recovered by using the explanation here (The mysql databases are in the folder var/mysql/ next to the htdocts/ folder)
  • It seems like a fix is required to run XAMPP, but in the meantime, you can install XAMPP using homebrew and copy the recovered files

Edit 2:

An even easier fix can be found here. Look for the answer by Dennisv.


回答1:


I'm having the same issue.

I solved reinstalling XAMPP using Homebrew with command

brew cask install xampp

Unfortunately this way you would lose all your files, I haven't found a way to make the already installed version work.



来源:https://stackoverflow.com/questions/64818894/xampp-is-not-working-on-mac-with-macos-big-sur

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!