Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

mysql 서버를 설치합니다.

sudo apt install mysql-server


WSL 은 systemctl 을 지원하지 않으므로 service 명령어로 mysql 을 구동합니다.

sudo service mysql start


만약 /nonexistent 가 없다는 에러가 나고 구동이 안 되면 폴더를 생성하고 mysql 을 재구동해줍니다.

sudo mkdir /nonexistent


mysql_secure_install 을 실행해서 root 사용자의 암호를 설정하고 password policy 를 설정합니다.

sudo mysql_secure_installation



같이 보기

  • No labels