MySQL 설치 요약
1) 다운로드 : http://dev.mysql.com/downloads/
MySQL Community Server ->
Download ->
Windows ->
Windows ZIP/Setup.EXE (x86) ->
Pick a mirror ->
No thanks, just take me to the downloads! ->
(로그인 하라는 창이 뜨지만 위와 같이 다운로드만 할수 있는 링크가 있음)
Republic of Korea [byungsoo.net] HTTP FTP ->
HTTP 나 FTP 둘중에 하나 클릭해서 다운로드함
다운로드 파일 : mysql-5.0.51b-win32.zip(버전에 따라 파일명이 달라짐)
2) 설치 :
mysql-5.0.51b-win32.zip파일을 압축 품 ->
mysql-5.0.51b-win32 폴더 안의 setup.exe 파일 실행 ->
(재설치 시에도 setup.exe파일을 실행시켜서 remove 하면 됨)
(재설치는 반드시 remove 메뉴로 제거 한 후에 설치경로에 남아 있는 myslq 관련 폴더를 삭제해 주어야 한다)
(그렇지않으면 재설치시에 MySQL Server Instance Configuration : Execute -> Apply security settings 부분이 정상으로 체크되어지지 않는다.)
01. Welcome to the Setup Wizard for MySQL Server 5.0 :
Next ->
02. Setup Type = Typical :
Next ->
03. Ready to Install the Program :
Install ->
Next ->
Next ->
04. Wizard Completed = configure the MySQL Server now(check함) :
Finish ->
05. Welcome to the MySQL Server Instance Configuration Wizard 1.0.12.0 :
Next ->
06. Detailed Configuration(check함) :
Next ->
07. Deloper Machine(check함) :
Next ->
08. Multifunctional Database(check함) :
Next ->
09. MySQL Server Instance Configuration :
InnoDB Tablespace Settings : C: Installation Path :
Next ->
10. MySQL Server Instance Configuration :
Decision Support(DSS)/OLAP :
Next ->
11. MySQL Server Instance Configuration :
Enable TCP/IP Networking : 3306 : Add firewall exception for this prot(check) :
Enable Strict Mode(check) :
Next ->
12. MySQL Server Instance Configuration :
Manual Selected Default Character Set / Collation(uft8 or euckr 선택) :
Next ->
13. MySQL Server Instance Configuration :
Install As Windows Service(check) : service Name : MySQL :
Launch the MySQL Server automatically(check 해제) :
(윈도우 시작시 자동 서버시작을 하지 않도록 해제한다.)
Include Bin Directory in Windows PATH(check) :
Next ->
14. MySQL Server Instance Configuration :
Modify Security Settings : New root password = 1234 : Confirm = 1234 :
Enable root access from remote machines(check)
(root 관리자가 원격접속을 할수 있도록 체크한다.) :
Next ->
15. MySQL Server Instance Configuration :
Execute ->
16. MySQL Server Instance Configuration :
Prepare configuration(check 정상) :
Write configuration file (check 정상) :
(C:\Program Files\MySQL\MySQL Server 5.0\my.ini)
Start service(check 정상) :
(재설치시에 설치폴더를 지우지 않으면 정상체크안됨)
Apply security settings(check 정상) :
Finish ->
# 설정에 자세한 내용은 이전 블로그를 참조바람
1) 다운로드 : http://dev.mysql.com/downloads/
MySQL Community Server ->
Download ->
Windows ->
Windows ZIP/Setup.EXE (x86) ->
Pick a mirror ->
No thanks, just take me to the downloads! ->
(로그인 하라는 창이 뜨지만 위와 같이 다운로드만 할수 있는 링크가 있음)
Republic of Korea [byungsoo.net] HTTP FTP ->
HTTP 나 FTP 둘중에 하나 클릭해서 다운로드함
다운로드 파일 : mysql-5.0.51b-win32.zip(버전에 따라 파일명이 달라짐)
2) 설치 :
mysql-5.0.51b-win32.zip파일을 압축 품 ->
mysql-5.0.51b-win32 폴더 안의 setup.exe 파일 실행 ->
(재설치 시에도 setup.exe파일을 실행시켜서 remove 하면 됨)
(재설치는 반드시 remove 메뉴로 제거 한 후에 설치경로에 남아 있는 myslq 관련 폴더를 삭제해 주어야 한다)
(그렇지않으면 재설치시에 MySQL Server Instance Configuration : Execute -> Apply security settings 부분이 정상으로 체크되어지지 않는다.)
01. Welcome to the Setup Wizard for MySQL Server 5.0 :
Next ->
02. Setup Type = Typical :
Next ->
03. Ready to Install the Program :
Install ->
Next ->
Next ->
04. Wizard Completed = configure the MySQL Server now(check함) :
Finish ->
05. Welcome to the MySQL Server Instance Configuration Wizard 1.0.12.0 :
Next ->
06. Detailed Configuration(check함) :
Next ->
07. Deloper Machine(check함) :
Next ->
08. Multifunctional Database(check함) :
Next ->
09. MySQL Server Instance Configuration :
InnoDB Tablespace Settings : C: Installation Path :
Next ->
10. MySQL Server Instance Configuration :
Decision Support(DSS)/OLAP :
Next ->
11. MySQL Server Instance Configuration :
Enable TCP/IP Networking : 3306 : Add firewall exception for this prot(check) :
Enable Strict Mode(check) :
Next ->
12. MySQL Server Instance Configuration :
Manual Selected Default Character Set / Collation(uft8 or euckr 선택) :
Next ->
13. MySQL Server Instance Configuration :
Install As Windows Service(check) : service Name : MySQL :
Launch the MySQL Server automatically(check 해제) :
(윈도우 시작시 자동 서버시작을 하지 않도록 해제한다.)
Include Bin Directory in Windows PATH(check) :
Next ->
14. MySQL Server Instance Configuration :
Modify Security Settings : New root password = 1234 : Confirm = 1234 :
Enable root access from remote machines(check)
(root 관리자가 원격접속을 할수 있도록 체크한다.) :
Next ->
15. MySQL Server Instance Configuration :
Execute ->
16. MySQL Server Instance Configuration :
Prepare configuration(check 정상) :
Write configuration file (check 정상) :
(C:\Program Files\MySQL\MySQL Server 5.0\my.ini)
Start service(check 정상) :
(재설치시에 설치폴더를 지우지 않으면 정상체크안됨)
Apply security settings(check 정상) :
Finish ->
# 설정에 자세한 내용은 이전 블로그를 참조바람



