Wat Xampp cp zegt:
Starting XAMPP for MacOS X 0.7.3...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
sudo: /Applications/xampp/xamppfiles/bin/mysql.server: command not found
XAMPP for MacOS X started.
wat ls-al zegt in de /Applications/xampp/xamppfiles/bin/ directory:
lrwxr-xr-x 1 root admin 70 22 aug 15:01 mysql.server -> /Applications/xampp/xamppfiles/bin/xamppfiles/share/mysql/mysql.server
Dit is fout, het moet zijn:
/Applications/xampp/xamppfiles/share/mysql/mysql.server
fix:
Open een shell en:
macbook-van-joran-de-waaij:bin jorandewaaij$ cd /Applications/xampp/xamppfiles/bin/
macbook-van-joran-de-waaij:bin jorandewaaij$ sudo rm mysql.server
macbook-van-joran-de-waaij:bin jorandewaaij$ sudo ln /Applications/xampp/xamppfiles/share/mysql/mysql.server /Applications/xampp/xamppfiles/bin/mysql.server
Hoop dat het iemand helpt