Generalmac os x

[solved] Mac OS X – XAMPP – MySql server is not starting

After successfully running XAMPP on my Mac OS X I have upgraded my system to Yosemite my MySql server stopped starting through my XAMPP manager. After clicking restart all or just Start for MySql database its just going into ‘starting’ and then goes back to ‘stopped’.

Daniel Płoskonka18 May 20151 min read

After successfully running XAMPP on my Mac OS X I have upgraded my system to Yosemite my MySql server stopped starting through my  XAMPP manager.

After clicking restart all or just Start for MySql database its just going into ‘starting’ and then goes back to ‘stopped’.

Screen Shot 2015-05-18 at 2.12.54 pm

Screen Shot 2015-05-18 at 2.14.30 pm

Browsing through the internet I’ve stumbled upon the solution that worked for me.
http://stackoverflow.com/questions/21267064/mysql-database-wont-start-in-xampp-manager-osx

Open the terminal and type as per code below (double check path to your ‘XAMPP/xamppfiles/bin/’ folder:

sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start

Hope that helps!

xamp-mysql-resolved