DB/My SQL

mysql 다운로드 및 설치

have a nice day :D 2015. 3. 27. 19:48
반응형

: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;

 

 

반응형