일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- pytorch
- Word2Vec
- 수기
- word embedding
- 자연어처리
- 전처리
- 우울증
- 품사태깅
- sentiment analysis
- 석사
- NLP
- 인공지능
- 대학원
- Classification Task
- CUDA
- naver movie review
- Today
- Total
슬기로운 연구생활
[Serve] Mysql window에서 설치 본문
* 후기
- 쉽게 설치할 수 있는 것이기는 하지만 혹시 나중에 또 설치할 때 귀찮을까봐 미리 정리해둔다.
* 설치
[1] Mysql installer 설치
- zip파일로 설치하는 과거 문서들이 많은데 installer로 설치하는게 훨씬 간편하다.
https://dev.mysql.com/downloads/windows/installer/
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.17 18.5M (mysql-installer-web-community-8.0.17.0.msi) MD5: 567707887fc0d1fad7fc848a878a0da2 | Signatur
dev.mysql.com
Installer 실행 후에는 다른거 건드리지 말고 그냥 next만 누르면 된다.
중간에 root 비밀번호 입력하라고 나오는데 그것만 입력하고 계속 next 누르면 설치 완료된다.
[2] mysql 윈도우 cmd에서 사용하기
=> 환경변수를 설정하지 않으면 ( 그림1 ) 처럼 mysql -u root -p 했을 때 없는 명령어라고 뜬다.

환경변수 설정은 시스템-> 정보 -> 시스템 정보 -> 고급 시스템 설정

환경변수 -> 시스템 변수 ( Path ) -> 편집

mysql 폴더 내부의 bin 폴더 위치를 환경변수의 등록해주면 마무리 된다.

'슬기로운 세팅 생활' 카테고리의 다른 글
[Server] Konlpy 설치 (0) | 2019.09.10 |
---|---|
[Server] Nginx + PHP7.0 + MySQL 설치 (0) | 2019.09.10 |
[Keras] Keras GPU 설치 (0) | 2019.09.10 |
[Tool] Pycharm 가상환경 설정 (0) | 2019.09.10 |
[Tensorflow] tensorflow-gpu 설치 (0) | 2019.09.10 |