Reputation: 2818
So I looked around and saw someone with the same problem as me and the solution was to use Terminal and kill some processes but I still get the same error. Why is that?
I don't know if my question is clear or not. Basically I need another alternative solution to fix this problem.
Upvotes: 1
Views: 201
Reputation: 1438
If the log shows an "XAMPPErrorDomain error 1" error, then its a permission problem. To solve this on OS X, try this:
sudo chmod 600 /Applications/XAMPP/xamppfiles/etc/my.cnf
Upvotes: 2