백엔드 개발자를 위한 한번에 끝내는 대용량 데이터 & 트래픽 처리 초격자 패키지
대용량 시스템을 구축하기 위한 MySQL 기본 지식을 습득한다.
// mysql 설치
brew install [email protected]
// mysql 실행
brew services start mysql
// mysql 중지
brew services stop mysql
// mysql 상태 확인
brew services list mysql
// mysql 콘솔 접속 (mysql password 설정시 -p 옵션)
mysql -u root -p