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

Redhat7.0搭建LAMP个人论坛

时间:2018-09-13 20:07:25      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:安装apache   cto   restart   mys   emctl   修改文件权限   RoCE   col   图片   

搭建LAMP

步骤1:
安装mariadb技术分享图片技术分享图片技术分享图片
systemctl start mariadb.service #启动MariaDB
systemctl stop mariadb.service #停止MariaDB
systemctl restart mariadb.service #重启MariaDB
systemctl enable mariadb.service #设置开机启动
为root账户设置密码
mysql_secure_installation
回车,根据提示输入Y
输入2次密码,回车
根据提示一路输入Y
最后出现:Thanks for using MySQL!
MySql密码设置完成,重新启动 MySQL:
systemctl restart mariadb.service #重启MariaDB
创建数据库
技术分享图片
步骤2:
安装Apache
技术分享图片
systemctl start httpd.service #启动apache
systemctl stop httpd.service #停止apache
systemctl restart httpd.service #重启apache
systemctl enable httpd.service #设置apache开机启动
技术分享图片
步骤3:
安装PHP
技术分享图片
安装PHP组件,使PHP支持 MariaDB
技术分享图片
systemctl restart mariadb.service #重启MariaDB
systemctl restart httpd.service #重启apache
技术分享图片
测试
技术分享图片
技术分享图片
传入安装包并解压
技术分享图片
修改文件权限
技术分享图片
成功
技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片

Redhat7.0搭建LAMP个人论坛

标签:安装apache   cto   restart   mys   emctl   修改文件权限   RoCE   col   图片   

原文地址:http://blog.51cto.com/12765384/2174911

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