Blogs

How to install and configure a mysql basic setup in OSX

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

Pages

Subscribe to RSS - blogs