MySQL 설치하려면 순서대로 따라하면 수월하게 설치할 수 있다

 

1.MySQL 설치하기

아래 다운로드 페이지로 들어간다

https://dev.mysql.com/downloads/windows/installer/8.0.html

 

MySQL :: Download MySQL Installer

Note: MySQL 8.0 is the final series with MySQL Installer. As of MySQL 8.1, use a MySQL product's MSI or Zip archive for installation. MySQL Server 8.1 and higher also bundle MySQL Configurator, a tool that helps configure MySQL Server.

dev.mysql.com

 

mysql-installer-community8.0.21.0.msi 파일 다운로드 클릭 후

하단의 [No thanks, just start my download.] 클릭하여 로그인 하지 않고도 다운 가능

 

2.다운로드한 설치 파일 열기

필요한 부분만 설치하도록 [Custom] 선택 후 [Next] 클릭

 

 

3. 설치할 제품 선택

설치할 제품 총 3가지

- [MySQL Servers] – [MySQL Server] – [MySQL Server 8.0] – [MySQL Server 8.0.33 – X64]

- [Applications] – [MySQL Workbench] – [MySQL Workbench 8.0] – [MySQL Workbench 8.0.33 – X64]

- [Documentation] – [Samples and Examples] – [Samples and Examples 8.0] – [Samples and Examples 8.0.33 – X86]

 

 

 

4.선택한 3개의 항목 확인 후 [Excute] 클릭하여 설치

설치 완료되면 [Excute] 버튼이 [Next]로 바뀜 [Next] 클릭

 

 

 

 

5. Type and Networking

[Config Type]을 ‘Development Computer’로 선택

[TCP/IP]가 체크된 상태에서 [Port]가 ‘3306’인 것을 확인

[Open Windows Firewall ports for networkaccess]도 체크

 

 

6. Authentication Method

연동을 원활하게 하기 위해  ‘Use Legacy Authentication Method’를 선택하고 [Next] 클릭

 

7. MySQL 관리자(Root)의 비밀번호를 설정

기억하기 쉽게 ‘0000’으로 지정

 

 

 

 

8. Windows Service

MySQL 서버를 윈도우즈의 서비스로 등록하기 위한 설정

[Windows Service Name]은 ‘MySQL’로 변경

 

 

 

 

9. Server File Permissions

따로 설정할거 없음

 

 

 

10. Apply Configuration

설정된 내용을 적용하기 위해 [Execute] 버튼을 클릭

각 항목에 모두 초록색 체크가 표시되면 [MySQL Server]에 대한 설정 완료
[Finish] 버튼을 클릭해서 설정을 종료

 

 

 

 

11. Produect Configration

MySQL Server 8.0.21은 설정이 완료되었으며,
두 번째 Samples and Examples 8.0.21의 설정을 위해 [Next] 버튼을 클릭

 

 

 

 

 

12.Connect To Server

연결할 서버가 보이고 [User name(사용자 이름)]에 ‘root’가 입력되어 있음

앞에서 설정한 패스워드(나는 ‘0000’ 으로 했었음) 입력

[Check] 버튼을 클릭하면 [Status]가 ‘Connection succeeded’로 변경되고,
연결이 성공되면 [Next] 버튼을 클릭

 

 

 

 

13. 쭉쭉 넘어가면됨

 

14. 설치 완료

 

15. 끝

'개인프로젝트' 카테고리의 다른 글

[개인 프로젝트] 1. 프로젝트 기획  (0) 2024.01.25

+ Recent posts