mySQL

개발빼-엠·2023년 1월 30일
0

배움을 기록

목록 보기
21/47
post-thumbnail

Install

brew install mysql
brew info mysql

Start

brew services start mysql

접속

mysql -u root

비밀번호 설정

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'yourPassword';

0개의 댓글