CentOS用yum安装lamp

yum -y install httpd php mysql mysql-server php-mysql

安装好之后:

启动apache:service httpd start

启动mysql:service mysqld start

mysql的root用户默认密码为空。

posted on 2013-05-11 09:47  sixiiweb  阅读(171)  评论(0编辑  收藏  举报

导航