LAMP

Install LAMP on CentOS 5

Install LAMP (Linux Apache MySQL and PHP)

yum install httpd php php-mysql mysql mysql-server
chkconfig httpd on
chkconfig mysqld on
/etc/init.d/httpd restart
/etc/init.d/mysqld restart

set MySQL root password


[ Read the rest ... ]

By admin on April 21, 2009 | Posts | A comment?
Tags: , , ,