■ My SQL 설치방법
□ My SQL 공식 사이트
: My SQL 홈페이지 접속
: 상단 메뉴바의 `Downloads` 클릭
MySQL
MySQL HeatWave is a fully managed database service for transactions, real- time analytics across data warehouses and data lakes, and machine learning services, without the complexity, latency, and cost of ETL duplication. It is available on OCI, AWS, and A
www.mysql.com
□ 다운로드 화면
: 페이지 가장 아래에 있는 MySQL Community (GPL) Downloads 클릭
: 다음 화면에 표시된 화면의 리스트에 있는 MySQL Installer for windows 클릭
□ 인스톨러 다운로드 화면
: Windows (x86, 32-bit), MSI Installer (331.3M) 다운로드 클릭
□ 로그인/등록 없이 다운로드 시작
: No thanks, just start my downloads 버튼 클릭
□ 인스톨러 실행
: 다운로드 한 인스톨러 파일을 파일 탐색기에서 확인하여 더블 클릭 실행
■ My SQL 개발환경 설정
□ Choosing a Setup Type
: Full 선택
: 보통은 Custom 선택
☞ 필요한 것들만 골라서 설치 가능!
: Next 클릭
□ Installation
: Execute 클릭
□ Type and Networking
: Config Type: Development Computer
: Port: 3306
: TCP/IP, Open Windows Firewall ports for network access 둘 다 체크 확인
□ Authentication Method
: Use Legacy Authentication Method (Retain MySQL 5.x Compatibility) 선택
: Next 클릭
□ Accouts and Roles
: Password 설정
: Next 클릭
□ Windows Service
: Next 클릭
□ Server File Permissions
: Next 클릭
□ Apply Configuration
: Execute 클릭
□ Product Configuration
: Next 클릭
□ MySQL Router Configuration
: Finish 클릭
□ Product Configuration
: Next 클릭
□ Connect To Server
: Password 입력
: Check 클릭
: Connection succeeded. 확인
: Next 클릭
□ Apply Configuration
: Execute 클릭
□ Product Configuration
: Next 클릭
□ Installation Complete
: Finish 클릭
□ 설정 완료
: 파일탐색기에서 MySQL Workbench 8.0 CE 실행
'Program > MySQL' 카테고리의 다른 글
MySQL Workbench 환경 사용 설정 (0) | 2023.10.21 |
---|