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
'backend > sql (postgres)' 카테고리의 다른 글
Postgres: ubuntu 14.04 에서 password 없이 postgres 접속 (0) | 2018.04.02 |
---|---|
RDS에서 로컬로 postgres pg_dump해서 데이터 가져오기 (0) | 2018.03.16 |
Postgres - how to dump sql from Amazon RDS to local postgres? (0) | 2018.01.01 |
sql basic (codecademy 정리) (0) | 2017.12.08 |
Mac (OS X)에 postgres 설치하기 (sierra 10.12.6) (0) | 2017.11.28 |