본문 바로가기
Database

MySQL 맥os에 설치하기

by 오렌지코딩 2023. 3. 1.

https://losskatsu.github.io/it-infra/mysql-install-mac/#42-%EC%9B%8C%ED%81%AC%EB%B2%A4%EC%B9%98-%EC%8B%A4%ED%96%89%ED%95%98%EA%B8%B0

 

[Infra] MySQL 맥 OS에 설치하기

MySQL 맥 OS에 설치하기

losskatsu.github.io

$ mysql_secure_installation

Securing the MySQL server deployment.

Connecting to MySQL using a blank password.

VALIDATE PASSWORD COMPONENT can be used to test passwords
and improve security. It checks the strength of password
and allows the users to set only those passwords which are
secure enough. Would you like to setup VALIDATE PASSWORD component?

Press y|Y for Yes, any other key for No: N

해당 부분에서 N을 선택해야 했는데, 실수로 Y를 선택하였다.

비밀번호를 어렵게 만들거냐는 옵션이었는데, 본의 아니게 1234가 아닌 훨씬 긴 12345678로 설정하게 되었다.