XAMPP’s bug with Yosemite

Go to terminal and copy-past this step.

STEP 1
ruby -e “$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)”

STEP 2
brew tap homebrew/dupes

STEP 3
brew install libiconv
brew link libiconv --force

STEP 4
brew install sqlite3
brew link sqlite3 --force

STEP 5
Go to /Applications/XAMPP/xamppfiles/lib and then delete the following files (remember to empty your trash).
libsqlite3.dylib (it's an alias)
libsqlite3.0.8.6.dylib
libiconv.2.dylib
libiconv (it's an alias).

STEP 6
Restart you “manager-osx.app” then try to turn on your mysql database.

Thanks to:

MAMP Pro on Yosemite Beta 5


https://community.apachefriends.org/f/viewtopic.php?p=237223&sid=735fc2d43509c6e603d5a6e9a4f96b8f
http://www.ordinarycoder.com/xaamp-yosemite-preview-5-mysql-fix/