Følgende linje i loggen er årsagen:
"Advarsel:World-writable config file'/Applications/XAMPP/xamppfiles/etc/my.cnf' ignoreres"
Som Rishi Kalia allerede har påpeget, skal du indstille de korrekte tilladelser:
- Åbn terminal
-
Naviger til XAMPP-konfigurationsmappen
cd /Applications/XAMPP/xamppfiles/etc/
-
Indstil tilladelser for
my.cnf
til600
sudo chmod 600 my.cnf
-
Genstart MySQL.