XAMPP issue with Mac OS Catalina
Asked Answered
H

6

8

I have been using XAMMP on my mac, it was working fine before OS update to Catalina.

I am not able to start MySQL and Apache. I read the blog that Apache and Php are built-in with Mac OS Catalina, this might be the issue, I have been using 64-bit XAMMP

Heffernan answered 15/10, 2019 at 6:41 Comment(1)
Tell more about your problem. Why doesn't it start? Did you get an error message? Whats in the logs of the apache?Selfaddressed
A
13

The manager-osx is not working, but you can start it through the terminal. Go to /Applications/XAMPP/xamppfiles and type: sudo ./xampp start

Alagez answered 16/10, 2019 at 3:33 Comment(0)
N
6

I had to first stop MACOS web server and then start Apache and MySql. The sequence I used was:

sudo apachectl stop
cd /Applications/XAMPP/xamppfiles
sudo ./xampp startapache
sudo ./xampp startmysql 

Works fine.

Negron answered 3/12, 2019 at 10:13 Comment(1)
Thanks for this. This solution worked but is there any better solution like we were using manager-osx/xampp to control server services.Euphemie
B
1

Download the latest version of XAMMP here, it works with Mac OS Catalina.

Please note the installer version


In another case use the solution already described, through the terminal:

sudo /Applications/XAMPP/xamppfiles/xampp start

Blackpool answered 27/1, 2020 at 23:42 Comment(0)
I
0

I am assuming that your XAMPP is located under the Application folder. Please run the below command on your terminal to start the Apache, MySQL, and ProFTPD

sudo /Applications/XAMPP/xamppfiles/xampp start

Infringe answered 4/11, 2019 at 10:47 Comment(2)
it works for me, but I want it that I can also start it directly in the XAMPP control panel --> like in the past. Any solutions here?Arequipa
@MarioKurzweil I will Update you once I get the solutionInfringe
C
0

open xampp-manager >> networks.

edit both ports and uncheck: 1. require local 2. over SSH

save and restart services and it should work now

Circumspection answered 7/2, 2020 at 20:41 Comment(0)
H
0

For catalina XAMPP version 7.4.1 will work perfectly

Halford answered 28/6 at 11:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.