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
custom: 환경설정을 하면서 설치할 수 있음> 설치 경로 설정> install> next> next>
Configure the MySQL Server now(환경설정 옵션 선택)> next > Detailed Configuration(환경설정 타입 선택)> Developer Machine(MySQL용도 선택(개발목적/서버목적/빅데이터목적))>
Multifunctional Database(다목적 용도)> next> Manual Setting(동시접속수 15)> 포트번호:3306(다른 버전이 설치되어 있다면 3307포트)/오라클의 경우 1521(1522), Add firewall exception for this port(이 포트 외의 접근 불가)>
언어 선택(한글 utf-8)> 서버이름(MySQL), Include Bin Directory in Windows PATH(콘솔에서 자동으로 MySQL을 사용할 수 있음)>관리자 암호설정, Enable root access from remote machines(원격으로 루트계정의 접속 허용)> execute > finish
'MySQL' 카테고리의 다른 글
[MySQL] getRow() (0) | 2021.03.11 |
---|---|
[MySQL] MySQL limit 사용 방법 (0) | 2021.02.17 |
[MySQL] SQLGate for MySQL GUI툴 사용법 (0) | 2021.02.16 |