Följande rad i loggen är anledningen:
"Varning:Världsskrivbar konfigurationsfil'/Applications/XAMPP/xamppfiles/etc/my.cnf' ignoreras"
Som Rishi Kalia redan har påpekat måste du ställa in rätt behörigheter:
- Öppna terminal
-
Navigera till XAMPP-konfigurationsmappen
cd /Applications/XAMPP/xamppfiles/etc/
-
Ange behörigheter för
my.cnf
till600
sudo chmod 600 my.cnf
-
Starta om MySQL.