lamp搭建wordpress博客

author author     2022-09-13     685

关键词:

准备工作

首先,先搭建完成基础的LAMP(可参照文章:华为云主机CentOS 7.3安装LAMP)环境,然后着手搭建wordpress个人博客。

cd /usr/local/apache2.4/htdocs
rm -rf *
wget https://cn.wordpress.org/wordpress-4.8.1-zh_CN.zip
unzip wordpress-4.8.1-zh_CN.zip 
cp -r wordpress/* .
rm -rf wordpress wordpress-4.8.1-zh_CN.zip
/usr/local/apache2.4/bin/apachectl graceful

配置数据库

[[email protected] local]# /usr/local/mysql/bin/mysql -uroot mysql -p
Enter password: 
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or g.
Your MySQL connection id is 12
Server version: 5.6.35 MySQL Community Server (GPL)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type ‘help;‘ or ‘h‘ for help. Type ‘c‘ to clear the current input statement.

mysql> create database blog;
Query OK, 1 row affected (0.00 sec)

mysql> grant all on blog.* to ‘blog‘@‘127.0.0.1‘ identified by ‘centoslinux‘;
Query OK, 0 rows affected (0.00 sec)

mysql> exit
Bye
[[email protected] local]# /usr/local/mysql/bin/mysql -ublog -pcentoslinux -h127.0.0.1
Warning: Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor.  Commands end with ; or g.
Your MySQL connection id is 13
Server version: 5.6.35 MySQL Community Server (GPL)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type ‘help;‘ or ‘h‘ for help. Type ‘c‘ to clear the current input statement.

mysql>

配置Wordpress

1、登录网页

技术分享

2、填写数据库信息

技术分享

3、编辑wp-config.php文件,可以赋予写权限,也可以手动编辑。

技术分享

4、填写博客相关信息

技术分享

5、完成配置。

技术分享

6、后台与前台

后台页面:

技术分享

前台页面:

技术分享



本文出自 “Gorilla Grodd” 博客,请务必保留此出处http://juispan.blog.51cto.com/943137/1953782

实现lamp,wordpress搭建个人博客

...库的安全脚本更改root密码mysql_secure_installation4,创建一个wordpress专有的数据库,并创建一个专门管理该数据库的管理员创建数据库msyql- 查看详情

lamp环境搭建wordpress博客

环境选择:CentOS7.3apachemariadbphp及相关模块一、安装apache相关服务、MariaDB数据库php及相关模块yum -y install httpd mariadb mariadb-server php php-mysql php-gd php-ldap php-odbc 查看详情

lamp-搭建wordpress个人博客discuz论坛(代码片段)

...user管理用户;4使wpuser用户对wpdb数据库拥有所有权限;5进入wordpress官网https://cn.wordpress.org下载所需安装包,此处使用的是wordpress-4.9.1-zh_CN( 查看详情

使用lamp(yum)架构搭建个人博客(wordpress)站点

查看系统环境#lsb_release -aLSB Version::base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarchDistributor  查看详情

centos7.3编译安装lamp环境并搭建wordpress博客

centos7.3编译安装LAMP环境并搭建WordPress博客日期:2017年8月6日软件版本:apr-1.5.2.tar.bz2apr-util-1.5.4.tar.bz2httpd-2.4.27.tar.bz2mariadb-10.2.7-linux-x86_64.tar.gzphp-7.1.7.tar.bz2wordpress-4.8-zh_CN.tar.gzxcache-3.2.0.t 查看详情

centos7yum安装lamp,lnmp并搭建wordpress个人博客网站

本次实验要进行的是在CentOS7.2,内核版本3.10.0-327.el7.x86_64的环境下搭建LAMP和LNMP,并在此之上做一个WordPress博客网站。[root@Shining ~]# uname -aLinux Shining.ACG 3.10.0-327.el7.x86_64 #1 SMP Thu& 查看详情

centos7.3编译安装lamp,利用wordpress实现个人博客搭建

软件环境:centos7.3软件包:apr-1.5.2.tar.bz2apr-util-1.5.4.tar.bz2httpd-2.4.27.tar.bz2mariadb-10.2.7-linux-x86_64.tar.gzphp-7.1.7.tar.bz2wordpress-4.8-zh_CN.tar.gzxcache-3.2.0.tar.gz准备工作:[[email protected 查看详情

使用三台服务器搭建lamp+nfs的博客系统(wordpress)

实验环境本实验准备三台虚拟机模拟实验,一号服务器:nfs服务器二号服务器:web端服务器三号服务器:数据库服务器本次实验使用了三台虚拟机,同样的配置网络使用NET地址确保试验成功推荐使用国内的yum... 查看详情

在httpd-2.2和http-2.4中分别搭建wordpress博客系统和discuz!论坛系统

在httpd-2.2和http-2.4中分别搭建wordpress博客系统和Discuz!论坛系统一、在这里我使用的是centos6.7和centos7.2进行操作。在搭建之前,需要事先搭建LAMP环境。所谓LAMP环境,指的是linux、apache(httpd)、mysql、php完成之后,开启httpd和mysql服务... 查看详情

lamp平台-wordpress的搭建

...                     LAMP平台-wordpress的搭建                                              作者:尹正杰版权声明:原创作品,谢绝转载!否则... 查看详情

lamp源码搭建详解及wordpress搭建(代码片段)

...环境实验步骤Apache源码安装Mysql源码安装PHP源码安装搭建WordPressLAMP架构优化LAMP架构LAMP概述Linux下LAMP(Linux+Apache+MySQL/MariaDB+PerI/PHP/Python)是一组用来搭建动态网站的开源软件架构,本身是各自独立的软件服务,放在一起使用,... 查看详情

使用lamp环境搭建wordpress论坛

1.     搭建LAMP架构(1)     rpm搭建LAMP环境[[email protected]~]#yuminstallhttpdmysql-servermysqlphpphp-mysql -y (2)      查看详情

centos7中的httpd-2.4和centos6中的httpd-2.2搭建wordpress博客系统和discuz!论坛系统

在搭建wordpress博客系统和Discuz!论坛系统之前,我们需要在Centos中准备好LAMP环境。现在以Centos6为例演示其过程。LAMP环境=linux+apche+mysql+php在安装好的Centos6.7中使用yun安装apche+mysql+php,在命令行中输入以下命令:~]#yum-yinstallhttpdmysqlmy... 查看详情

lamp+tomcat+discuz+wordpress整合安装【修正版】是做啥的?

...讯收购后,该程序已经和QQ同一个旗下了,功能很强大。wordpress:是一个在当今网络上相当流行的个人博客搭建程序,无论国外还是国内,他都是个人独立博客的首选,无数精美的主题皮肤和强大的插件系统是其它博客系统所无... 查看详情

在lamp上简单部署应用程序(代码片段)

...单的部署之后,便能够简单的搭建自己的网站。一:部署wordpress 基于LAMP环境来搭建wordpress。  它是一种使用PHP语言开发的开源博客平台,用户能够在支持PHP与mysql的服务器上架 查看详情

lamp搭建练习(代码片段)

目录LAMP搭建1:CentOS7,lamp(module);http+php+phpMyAdmin+wordpress192.168.1.7配置虚拟主机xcachephpMyAdmin提供https虚拟主机mysql192.168.1.102:CentOS7,lamp(php-fpm)3:CentOS6,lamp(编译安装,模块或php-fpm)搭建apache/192.168.1.14(centos6)配置phpmyadmin和wordpress的虚... 查看详情

使用wordpress搭建博客

使用wordpress搭建博客及遇到的问题参见教程《如何搭建wordpress博客》 查看详情

lamp搭建wordpress后升级安装主题,提示输入ftp账号密码

...连接http://afterdawn.blog.51cto.com/7503144/1876171搭建完成后发现wordpress无法升级,首先使用下面的命令查看httpd进程是哪个用户启用的[[email protected] htdocs]# ps -ef|grep httpdroot &nb 查看详情