首页 > 代码库 > day1_CentOS6.5搭建lamp环境
day1_CentOS6.5搭建lamp环境
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回车
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。