[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로 설정하게 되었다.
'Database' 카테고리의 다른 글
MySQL 연결 시 "Public Key Retrieval is not allowed" 해결하기 (0) | 2024.07.31 |
---|---|
Oracle 11g XE 설치 후 scott/tiger 계정 생성하는 방법 (0) | 2023.11.12 |
ora-28001 비밀번호가 만기되었습니다 (비밀번호 갱신) (0) | 2023.09.16 |