DEV Community

sunj
sunj

Posted on

Mysql 설치, 2024-01-24

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

Mysql Installer 8.0.36 버전 설치
Microsoft Windows

Windows (x86, 32-bit), MSI Installer 다운로드

로그인하지 않고, No thanks, jus start my download 선택

Coustom 선택

[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]

세 개 추가

Microsoft Visual C++ 2019 Redistributable Package (x64) is not installed. Latest binary compatible version will be installed if agreed to resolve this requirement."

에러 발생 시
https://learn.microsoft.com/ko-KR/cpp/windows/latest-supported-vc-redist?view=msvc-170

https://aka.ms/vs/17/release/vc_redist.x64.exe 설치

기본 값 그대로 두고 설치
root 계정의 비밀번호 설

참조 : https://min-devlog.tistory.com/32

Top comments (0)