You can also try this workaround posted at/Applications/XAMPP/xamppfiles/xamppCode:http://community.bitnami.com/t/mysqld-doesnt-start-in-mac-os-yosemite/25153
Look for:
$XAMPP_ROOT/bin/mysql.server start > /dev/null &
And add unset DYLD_LIBRARY_PATH on top of it. It should look like:
unset DYLD_LIBRARY_PATH
$XAMPP_ROOT/bin/mysql.server start > /dev/null &
video :
Code:www.youtube.com/watch?v=soUDYB3cBf4
Bookmarks