1. 먼저 해당 소스파일을 다운 받는다. [Apache] http://httpd.apache.org [MySQL] http://www.mysql.org [PHP] http://kr.php.net 2. 프로그램을 설치한다. [MySQL] shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip ln -s full-path-to-mysql-VERSION-OS mysql shell> cd mysql shell> scripts/mysql_install_db shell> chown -R root . shell> chown..