[MySQL] 설치 & 설정

H Lee·2023년 7월 31일
0
post-thumbnail

설치

https://dev.mysql.com/downloads/installer/


설정

접속

Mysql -u root -p 

비밀번호 변경

alter user 'root'@'localhost' identified by '1234';

설정 적용

flush privileges;
profile
메모

0개의 댓글