Cyril
Cyril

Reputation: 2818

XAMPP MySQL Database won't run

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?

enter image description here

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

Answers (1)

Tobi
Tobi

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

Related Questions