Dec
09
2015
How to install and configure a mysql basic setup in OSX
By abernal
In order to install MySQL in OSX, follow this process
Process
1. Download the dmg file from http://dev.mysql.com/downloads/mysql/
2. Open the dmg file and install it through the installer
3. Start the MySQL server with the next command
sudo /usr/local/mysql/support-files/mysql.server start
4. Add these lines to the .bash_profile within the user´s home directory