프론트엔드에서 백엔드 DB로 데이터가 제대로 들어갔는지 확인하고자 함
brew install mysql
brew list
brew install --cask mysqlworkbench
설치가 완료되니 LaunchPad에 생성이 됨
mysql.server start
mysql -uroot
connection name : 원하는 이름 설정
hostname : 백엔드에서 준 url dlqfur
port : 백엔드에서 준 포트번호
username : 백엔드 제공
password : 백엔드 제공