[Window] MySQL Install

2023. 7. 16. 21:42DataBases

MySQL Install

MySQL은 가장 인기 있는 오픈 소스 데이터베이스 관리 시스템 중 하나입니다. 

Mysql 설치는 최소 설치를 기준으로 하고 있습니다.

설치과정

1.Mysql 다운로드 홈페이지 접속

아래의 링크로 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

mysql download img

페이지 접속후 MySQL conmmunity (GPL) Downloads를 선택합니다.

mysql download img2

MySQL Community Server 링크를 눌러 이동합니다.

windows zip archive download img

링크를 통해서 오면 Windos zip archive aownload 를 선택해 zip파일을 받습니다.

no thanks, just start my download img

로그인하거나 회원가입을 하라고 합니다. 하지만 가입하지 않고도 다운로드가 가능하기에 No thanks, just start my download 선택을 하면 그냥 다운로드할 수 있습니다.

 

2. MySQL 압축 해제

받은 압축파일을 해제후 폴더를 원하는 위치로 이동시켜 줍니다.

압축 해제 폴더 이동 img

파일위치 : C:\mysql-8.0.33-winx64

해제된 파일의 위치는 설정의 편의를 위해서 C:\에 설치를 진행합니다.

 

3. MySQL 설치 실행

cmd 관리자 권한으로 실행>

>mysql 디렉토리 > bin 디렉토리

첨부 이미지 참조

이미지 (1)

>mysqld --initalize

참조 이미지(2)

>mysqld --install

참조 이미지(3)

>net start mysql

참조 이미지(4)

>mysql -u root -p

설치가 잘 마무리 되면 위와 같은 내용이 나타납니다.

 


패스워드 분실시 아래의 링크를 참고하세요

Mysql password 분실 -
ERROR 2059 (HY000): Authentication plugin 'auth_gssapi_client' cannot be loaded:

https://fflask.tistory.com/entry/Mysql-password-%EB%B6%84%EC%8B%A4-ERROR-2059-HY000-Authentication-plugin-authgssapiclient-cannot-be-loaded

 

반응형