[mysql] MySQL 설치 방법 (winodw)
1. MySQL 설치파일을 다운받는다.
https://www.mysql.com/downloads/
MySQL :: MySQL Downloads
MySQL Cluster CGE MySQL Cluster is a real-time open source transactional database designed for fast, always-on access to data under high throughput conditions. MySQL Cluster MySQL Cluster Manager Plus, everything in MySQL Enterprise Edition Learn More » C
www.mysql.com
2. 다운받은 인스톨러를 실행시켜 Developer Default 버전으로 진행시킨다.
3. 설치에 필요한 요구사항을 충족시켜준다.
- python 3.7
https://www.python.org/downloads/
Download Python
The official home of the Python Programming Language
www.python.org
- visual studio 2017
https://visualstudio.microsoft.com/ko/vs/older-downloads/
Visual Studio 2022 커뮤니티 버전 – 최신 무료 버전 다운로드
Windows, Android 및 iOS용 최신 개발자 앱을 만들기 위한 모든 기능을 갖춘 확장 가능한 무료 IDE를 사용해 보세요. 지금 무료로 커뮤니티를 다운로드하세요.
visualstudio.microsoft.com
4. 요구사항을 만족하면 아래와 같이 화면이 뜨며 Execute 버튼을 클릭한다.
5. 포트번호 충돌나지 않게 변경 (3306->3307) / root 비밀번호 설정
설치완료
마지막으로 환경변수 추가