데이터베이스 - MySQL 설치
1. MySQL 설치 (MySQL Workbench)mac 작업 환경에서 아래와 같이 순차적으로 진행하면 된다.1.1. brew install mysql명령어를 실행하면 mysql 설치를 시작한다.1.2. brew services start mysqlmysql 을 백그라운드로 실행시킨다.1.3. mysql_secure_installation보안 설정에 진행한다.1.3.1. VALIDATE PASSWORD COMPONENTVALIDATE 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 passwo..
2025. 1. 16.
최근댓글