:: How to install LAMP on CentOS
|
0 |
yum install httpd httpd-devel mysql mysql-server mysql-devel php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml |
:: How to configure MySQL
|
0 |
mysql_secure_installation |
:: Add httpd and mysqld on init.d
|
0 1 |
chkconfig httpd on chkconfig mysqld on |
:: Starting httpd and mysqld
|
0 1 |
/etc/init.d/httpd start /etc/init.d/mysqld start |
:: Links
+ Google
+ HowToForge
