:D Mysql 다운로드
1. mysql download 사이트 클릭
http://www.mysql.com/downloads/
2. MySQL Community Edition 클릭
3. MySQL Community Server 클릭
4. Windows (x86, 32-bit), MSI Installer 옆 Download 버튼 클릭
:D Mysql 설치
* 설치 중 error 창 발생 시
문구)
This applicatoin requires .NET Framework 4.0. Please install the .NET Framework then run this installer again/
For more information, please see
http://go.microsoft.com/fwlink/?LinkId=181012
해결책) .NET 기반으로 만들어진 프로그램이기때문에 해당 프로그램을 설치하면 되는것. 사이트까지 알려준다. 위 사이트 클릭하고 설치하면 끝.
* 설치 중 error 발생 시
위치 ) MySQL Installer 에서 Cohhsing a Setup Type
문구 )
unable to determine the products that correspond with that set up type
해결책 ) Custom 선택하여 설치
(내꺼)
MySQL Server 5.6.22
Connector/ODBC 5.3.4
MySQL Documentaion 5.6.22
비밀번호 설치 하고 등등 설치완료
:D Mysql 실행
윈도우 시작버튼 > mysql > MySQL 5.6 Command Line Clint
비밀번호 들어가서 끝
mysql> show databases;
'DB > My SQL' 카테고리의 다른 글
DB(mysql) 오늘날짜 인지 비교 (0) | 2016.12.20 |
---|---|
DB(mysql) 조건절에 특정 단어 포함 여부 넣기 (0) | 2016.12.20 |
mysql charecter set 설정 (DB 글자깨짐) (0) | 2016.12.18 |
mysql 계정 생성 및 권한부여 (0) | 2016.12.18 |
mysql db생성, 사용자 생성, 비밀번호설정, 권한설정 (0) | 2015.03.30 |