I am currently in the process of getting up and running with Laravel, on a Mac, with OSX Mavericks.
I am following this tutorial to set up my AMP environment: http://coolestguidesontheplanet.com/get-apache-mysql-php-phpmyadmin-working-osx-10-9-mavericks/
Everything is fine until the MySQL step: I downloaded the latest DMG file here:http://dev.mysql.com/downloads/mysql/ and installed it.
However, when I try to start MySQL in the terminal, I get the following message:
Starting MySQL ....... ERROR! The server quit without updating PID file
Also, when I try to start MySQL from the Preferences panel, the computer seems to try and start it, but eventually won't.
So, two questions:
Do you have any idea of what is going wrong?
For previous projects, I had to install MAMP and Ruby on Rails: could any of these cause any incompatibility with MySQL?
Thank you.