8월, 2010의 게시물 표시

WAMP (Windows+Apache+MySQL+PHP) 설치

Windows 에 Apache+MySQL+ PHP  를 한번에 설치해주는 여러 프로그램이 있지만, 여기에서는 각각 직접 다운로드 받아서 설치하는 것을 보도록 하겠다. 그리 어렵지 않으며, 기본을 알고 이용하는 것이 더 이해에 더 도움이 되기 때문이다. 설치순서 MySQL Apache PHP MySQL http://www.mysql.com/downloads/mysql/ 에서 추천하는 현재 버전의 MySQL Community Server 를 다운로드 받는다. 다운로드 받은 파일은 대략 mysql-essential-5.1.50-win32.msi 과 비슷한 이름일 것이다. 이 파일을 실행하고, Typical 을 선택하여 설치를 진행한다. 설치 완료후, Configure the MySQL Server now 에 체크를 하고 종료하면, 설정을 진행할 것이다. Configuration Type 에서는 Detailed Configuration 을 선택한다. Server Type 에서는 Developer Machine 을 선택한다. (Windows 에서는 보통 개발용으로 설치하므로) Database Usage 에서는 Multifunctional Database 를 선택한다. The approximate number of concurrent connections to the server 에서는 Online Transaction Processing (OLTP)를 선택한다. Enable TCP/IP Networking 에 체크한다. Port Number 는 3306 으로 그대로 둔다. Enable Strict Mode 에 체크한다. Default Character Set 에서 Best Support for Multiingualism (UTF-8) 을 선택한다. Install As Windows Service 를 체크한다. Include Bin Directory in Windows PATH 를 체크한다. root 비밀번호를 자신이 원하는 것으로 설정한다