[MySQL] MySQL 다운 및 설치(Windows 환경)

이진솔·2023년 5월 12일
0
post-thumbnail

MySQL 설치 주소
https://www.mysql.com/downloads/

MySQL 다운로드

  1. 주소 접속하여 MySQL Community(GPL) Downloads 클릭

  2. MySQL Community Downloads에서 MySQL Community Server 클릭

  3. Go to Download Page 클릭

  4. Windows (x86, 32-bit), MSI Installer Download 클릭

  5. No thanks, just start my download. 클릭

MySQL 설치

  1. 원하는 Setup Type 설정

  2. Check Requirements 단계에서 Next -> Yes 선택

  3. Installation 단계에서 설치 목록 확인 -> Execute

  4. 설치 완료가 되면 Next

  5. Product Configuration 단계에서 바로 Next

  6. Type and Networking 단계에서 Port 번호 확인 후 Next
    *Port번호 기본 값: 3306

  7. Authentication Method 단계 기본 값 체크 확인 후 Next
    강한 암호화 처리

  8. Accounts and Roles 단계에서 Password 입력 후 Next

  9. Windows Service 단계 Next

  10. Server File Permissions 단계 Next

  11. Apply Configuration 단계 Execute

  12. 적용 후 Finish

  13. Product Configuration 단계 Next

  14. MySQL Router Configuration 단계 Finish

  15. Product Configuration 단계 Next

  16. Connect To Server 단계
    1. Password 입력
    2. Check 클릭 후 Status의 변경 상태 확인한 다음 Next

  17. Apply Configuration 단계 Execute

  18. 적용 후 Finish

  19. Product Configuration 단계 Next

  20. Installation Complete 단계 Finish

  21. Workbench와 Shell이 실행되고 MySQL 설치 완료 확인
    shell창은 \quit 로 닫기

MySQL Workbench 접속

  1. Local instance MySQL80 클릭하여 Password 입력 후 OK

  2. Workbench 접속

끝!

오랜만에 깔아봐서 그런가 상당히 절차가 길고 복잡했다..!

profile
성장하기

0개의 댓글