ezoic

Wednesday, July 30, 2014

How I get mysql on mac

First install mysql workbench here:

http://dev.mysql.com/downloads/workbench/

then install mysql server here:

http://dev.mysql.com/downloads/mysql/

And then , on mac terminal, use command:

cd /usr/local/mysql/bin
sudo ./mysqld_safe --console


 Password required

No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...