码迷,mamicode.com
首页 > 其他好文 > 详细

day1_CentOS6.5搭建lamp环境

时间:2014-07-17 23:28:44      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:http   os   art   io   for   re   

1.yum install mysql-server mysql    //安装Mysql服务端和客户端

2.yum install httpd                       // 安装Apache

3.yum install php                         // 安装PHP

4.chkconfig mysqld on                 // 设置mysql开机启动

5.chkconfig httpd on                   // 设置Apache开机启动

6./etc/init.d/mysqld start     //  启动mysql服务

7./etc/init.d/httpd start           //  启动Apache服务

8.mysql_secure_installation         //  设置mysql的root密码

   Enter current password for root (Enter for none):回车

   set root password? [Y/N] Y

   分别输入两次密码回车

   根据提示输入Y回车

  

day1_CentOS6.5搭建lamp环境,布布扣,bubuko.com

day1_CentOS6.5搭建lamp环境

标签:http   os   art   io   for   re   

原文地址:http://www.cnblogs.com/zhou-80/p/3851452.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!