🖥️ IT, 컴퓨터/👩🏻‍💻 IT

[MySQL] MYSQL 설치 과정 정리 및 실행 확인

김 홍시 2023. 5. 29.
반응형

 

1. MySQL 설치과정

 

 

 

https://www.mysql.com/

 

MySQL

Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower their cost of goods sold. Learn More »

www.mysql.com

MySQL 접속

 

MySQL Community Server 클릭

윈도우 버튼 클릭 

 

혹은 아래의 링크로 바로 접속해도 됨

 

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

 

MySQL :: Download MySQL Installer

Select Operating System: Select Operating System… Microsoft Windows Select OS Version: All Windows (x86, 32-bit) Windows (x86, 32-bit), MSI Installer 8.0.33 2.4M (mysql-installer-web-community-8.0.33.0.msi) MD5: 2a330cf24915964cca87e04dbb34e5d3 | Signatu

dev.mysql.com

 

 

아래의 download 클릭

 

가입 귀찮으니 노 땡쓰 갈겨주기

 

 

그러면 다운로드 시작됨. 다운 다 되면 클릭해 msi 파일 실행

실행할거냐는 안내에 모두 yes를 눌러주기

 

 

custom > next 클릭

 

MySQL Server 8.0.33 -x64 선택 후 초록 화살표

이후 next

 

execute

progress 확인

 

firewall 부분 체크 해제 후 next

next

비밀번호 / 비밀번호 확인 누른 후 next

next 클릭

 

next 클릭

execute 클릭

 

finish 눌러 설치 완료

 

 

2. MySQL 설치 이후 실행 확인

cmd 실행

 

mysql 입력 

 

실행되지 않음을 확인 후 끄기

 

 

C:\Program Files\MySQL\MySQL Server 8.0\bin

경로 복사 하기

내 pc > 속성 > 

고급 시스템 설정

 

환경 변수

 

path 더블클릭

아까 복사해둔 경로 붙여넣기 

확인 총 세 번 눌러서 모든 창 없애기

 

 

mysql -uroot -p   입력

(띄어쓰기 주의)

 

그러면 이와 같이 enter password가 뜸

아까 설치 시 입력한 패스워드 입력

 

그럼 이와 같이 좌르륵 뜸 

설치 완료

반응형

댓글