backend/sql (postgres)

MySQL: install mysql in mac

seul chan 2018. 2. 25. 23:25

Install mysql by download files

download mysql here for your os and install it.

Install with homebrew

brew install mysql

Starting mysql server

mysql.server start

Connect mysql

mysql -u root