2swan
MYSQL 다운로드 본문
1. 홈페이지 주소에 접속한 후 상단의 DOWNLOADS 클릭
2. 하단에 MYSQL Community (GRL) Downloads
3. MYSQL Community Server 클릭
4. Go to Download Page 클릭
5. Archives 클릭
6. Windows (x86, 32bit), MSI Installer 클릭
7. 로그인 없이 다운로드 : No thanks, just start my download 클릭 후 다운로드
8. I accpt the license terms 체크 → Next
9. 필요한 제품만 선택하기 위해서 Custom → Next
10.
① MySQL Servers → MySQL Server → MySQL Server 8.0 → MySQL Server 8.0 - x64
② Applications → MySQL Workbench → MySQL Workbench 8.0 → MySQL Workbench 8.0 - x64
③ Documentation → Samples and Examples → Samples and Examples 8.0 → Samles and Examples 8.0 - x86
11. Installation → Execute 선택
12. Product Configuration → Next 선택
13. High Availability → Next 선택
14.
- Development Computer : MySQL 외에도 여러 프로그램을 사용하는 컴퓨터
- Server Computer : 웹 서버 등의 중요한 서버가 가동되는 컴퓨터에 MySQL을 설치용도
- Dedicated Computer : MySQL 전용 컴퓨터
- TCP/IP 체크 및 Port번호 기억 / Open Windows Firewall ports for network access 체크
- 외부 컴퓨터에서 접근할 수 있도록 Windows 방화벽 포트를 허용
15. Authentication Method → Next 선택
16. MySQL Root Password 설정 → Next
17. Windows Service → Next 선택
18. Apply Configuration → Execute 선택
19. Apply Configuration → Finish
20. Produch Configuration → Next
21. Username, 앞 전에 설정 한 Password 입력 후 Check 클릭 시 연결 성공 메시지 확인
→ Next
22. Apply Configuration → Execute
23. Apply Configuration → Finish
24. Product Configuration → Next
25. Finish 선택
26. C:\Program Files\MySQL\MySQL Server 8.0\bin 복사
27.
① 윈도+R → cmd
② SETX PATH "C:\ProgramFiles\MySQL Server 8.0\bin;%PATH% ← 복사 경로 붙여넣기
③ mysql --version ← 버전 확인
28.
① MYSQL 접속
② help 명령어 테스트
29.
① show databases 명령어 실행
② MySQL Workbench 실행
29. Password 입력
'Tool > Mysql' 카테고리의 다른 글
MySQL 8.0.28 이클립스 연동하기 (0) | 2022.03.24 |
---|---|
MYSQL Workbench employees 샘플 데이터 설치 (0) | 2022.02.24 |