[M1 MAC] MySQL 및 workbrench 설치 및 셋팅

김우희·2022년 4월 12일
0

상황

프론트엔드에서 백엔드 DB로 데이터가 제대로 들어갔는지 확인하고자 함

설치하기

mysql 설치하기

  • mysql 설치하기

brew install mysql

  • mysql이 제대로 설치가 됐는지 확인해보기

brew list

mysql workbrench 설치하기

  • mysql workbrench 설치하기
brew install --cask mysqlworkbench 

설치가 완료되니 LaunchPad에 생성이 됨

실행하기

  1. mysql 서버 실행하기

    mysql.server start

  1. 루트로 로그인

    mysql -uroot

workbrench 설정

connection name : 원하는 이름 설정
hostname : 백엔드에서 준 url dlqfur
port : 백엔드에서 준 포트번호
username : 백엔드 제공
password : 백엔드 제공

profile
프론트엔드 개발자

0개의 댓글