


1. Preparation:
XAMPP is an easy-to-install Apache distribution that includes MySQL, PHP, and Perl. XAMPP is really easy to install and use: just download, unzip, and launch.
So far, there are four versions of XAMPP:
(1) for Linux
(2) for Windows
(3) for Mac OS X
(4) Applies to Solaris
XAMPP is free, you only need to download and unzip XAMPP to complete the installation. Here we use the XAMPP version for Windows. You can download and install the corresponding XAMPP version according to the system you are using.
XAMPP download address: http://www.apachefriends.org/zh_cn/xampp.html
Using WordPress can build a powerful network information publishing platform, but it is more suitable for personalized blogs. For blog applications, WordPress allows you to stop worrying about backend technology and focus on the content of your website
WrodPress requires the support of the following environment:
(1) PHP: 5.2.4 or later
(2) MySQL: 5.0 or later
(3) Apache mod rewrite module (optional, used to support "fixed link" and "site network" functions)
Of course, here we use XAMPP with WordPress. We don’t need to configure PHP and install MySQl and Apache environments. We only need to install XAMPP to support the construction of WrodPress.
WrodPress download address: https://cn.wordpress.org/
2. Environment setup:
The preparation work is completed, let’s start setting up the environment:
We use the downloaded XAMPP installation package to install it. The installation process is very simple, so I won’t go into details here. I believe everyone will install it, haha. The following is the XAMPP program to start after the installation is complete:
As shown above: The newly installed programs are all displayed as red crosses in the Service column because the corresponding services are not installed. You can click on the red crosses to install them. After installation, the red cross will turn into a green tick accordingly.
At this time you can start the Apache and MySQL services.
Pay special attention here. If you have installed IIS related services on your computer, Apache will prompt that port 443 and port 80 are occupied. The reason is that IIS occupies these two ports. What should you do at this time? ? Click the Config button corresponding to the Apache row:
Click Apache (httpd.conf) to open the Apache configuration file, and change the 80 that appears in the file to 801 (or an unoccupied port number is also acceptable).
Click Apache (httpd-ssl.conf) to open the Apache configuration file and change the 443 that appears in the file to 448 (or an unoccupied port number is also acceptable)
At this time, click the Start button to enable the service. You will find that the service can be enabled normally.
At this point, our environment is basically set up.
3. Environment configuration:
The idea behind XAMPP is for those who want to enter Developers in the Apache world offer a set of distributions that are easy to install. For the convenience of developers, XAMPP is configured by default to enable all functions.
The default configuration is not ideal from a security perspective and is not safe enough for production environments - do not use in such environments XAMPP.
Click the Admin button on the Apache line in the XAMPP program to enter the configuration.
For the information here, this article only introduces the [Security] configuration. Friends can learn about other information by themselves.
After clicking [Security], you will be directed to the page http://localhost:801/security/index.php. This page provides a quick overview of the security status of XAMPP after installation.:
Click the link marked in red in the picture above to enter the security console, where you can set the security settings for MySQL and XAMPP directory protection settings. On the page, we set the root user's access password for MySQL. There are also users and passwords for XAMPP directory access.
After setting up, let’s test whether the set user password is correct.
(1). First, let’s verify the user and password for AMPP directory access. Refresh the page and the following page will pop up (because the XAMPP directory is protected, a username and password are required for access):
Fill in the username and password set previously and confirm. If it can be accessed normally, it means that the user and password for AMPP directory access have taken effect.
(2). Next, let’s verify the MySQL database password.
Click the [CD Collection] link on the http://localhost:801/xampp/ page. If the following appears, the password has taken effect:
We need to make changes to the database password in the file. We found H:xampphtdocsxamppcds.php (the test directory for this article is this, friends can modify it according to their own circumstances). Open and find
The default password here is empty. We change it to the database password we set earlier. (Note that there are two places in this file that need to be modified. Please modify both of them to facilitate testing). After modification, save it. At this time, we return to the previous page and reopen the [CD Collection] page. The verification has been successful. As follows:
At this point, we have verified the user and password for AMPP directory access and the MySQL database password.
4. MySQLDatabase management:
(1), phpMyAdmin is a set of PHP programs that can be used to manage MySQL-server and a single database. For those who are not familiar with MySQL It is a very convenient management tool for people who use command line commands
Enter http://localhost:801/phpmyadmin/ in the browser to enter the phpMyAdmin management background to manage MySQL management. The specific how to operate and how to configure it in depth will not be detailed in this article. Friends can study it. Only by studying, studying and operating can we make progress.
(2) After logging in with the MySQL user password set previously, we switch to [Database] and create a new database. In order to build WordPress below, we will create a database named WordPress here.
5. WrodPressStart:
(1). Unzip the downloaded WrodPress file and place it in the directory H:xampphtdocs (the directory depends on each situation). We have already set up the Apache and MySql environments before, so we will complete some WordPress configurations before accessing them.
(2). There are two ways to configure WordPress. One is to manually modify the file for configuration, and the other is to complete the configuration through the wizard provided by WordPress.
a): Open the wp-config-sample.php file in the wordpress folder. This file is a sample configuration file provided by WordPress. We can make other modifications and save it as wp-config.php. This configuration is completed manually. Through this file we can configure [database name] [database user name] [database password] [host] and so on.
b): If you are not familiar with the configuration file, we can configure it through the wizard. Type http://localhost:801/wordpress/ in the browser. If not configured, WordPress will provide a configuration wizard.
The wizard configures [database name] [database username] [database password] [host], (note that the database name here is the WordPress database we created earlier. If it has not been created, the wizard will prompt you to create it first. Database operation.) At the same time, the database will be generated, as well as some site information, background login users, login passwords, etc.
Okay, finish the previous work. Next let’s visit our site:
Front desk: http://localhost:801/wordpress/
Backend: http://localhost:801/wordpress/wp-login.php

1.处理器在选择电脑配置时,处理器是至关重要的组件之一。对于玩CS这样的游戏来说,处理器的性能直接影响游戏的流畅度和反应速度。推荐选择IntelCorei5或i7系列的处理器,因为它们具有强大的多核处理能力和高频率,可以轻松应对CS的高要求。2.显卡显卡是游戏性能的重要因素之一。对于射击游戏如CS而言,显卡的性能直接影响游戏画面的清晰度和流畅度。建议选择NVIDIAGeForceGTX系列或AMDRadeonRX系列的显卡,它们具备出色的图形处理能力和高帧率输出,能够提供更好的游戏体验3.内存电

如何利用GitLab进行项目文档管理一、背景介绍在软件开发过程中,项目文档是非常重要的资料,不仅能够帮助开发团队了解项目的需求和设计,还能提供给测试团队和客户参考。为了方便项目文档的版本控制和团队协作,我们可以利用GitLab来进行项目文档管理。GitLab是一个基于Git的版本控制系统,除了支持代码管理,还可以管理项目文档。二、GitLab环境搭建首先,我

汽水音乐本地音乐怎么添加?汽水音乐APP中可以添加自己喜爱的本地音乐,但是多数的小伙伴不知道如何添加本地音乐,接下来就是小编为用户带来的汽水音乐本地音乐添加方法图文教程,感兴趣的用户快来一起看看吧!汽水音乐使用教程汽水音乐本地音乐怎么添加1、首先打开汽水音乐APP,主页面最下方【音乐】功能专区点击;2、之后进入到播放页面,点击右下角【三个点】图标;3、最后下方展开功能栏,选择其中【下载】按钮即可添加到本地音乐。

PHP保存远程图片到本地后如何添加水印并保存?在PHP开发中,经常会遇到需要将远程图片保存到本地的需求。而有时候,我们可能还需要在保存后的图片上添加水印以保护版权或增加额外信息。本文将介绍如何使用PHP保存远程图片到本地,并在保存后的图片上添加水印。一、保存远程图片到本地首先,我们需要使用PHP的文件操作函数将远程图片保存到本地。下面是一个简单的示例代码:&

Vue框架下,如何快速搭建统计图表系统在现代网页应用中,统计图表是必不可少的组成部分。Vue.js作为一款流行的前端框架,提供了很多便捷的工具和组件,能够帮助我们快速搭建统计图表系统。本文将介绍如何利用Vue框架以及一些插件来搭建一个简单的统计图表系统。首先,我们需要准备一个Vue.js的开发环境,包括安装Vue脚手架以及一些相关的插件。在命令行中执行以下命

抖音作为一个全球知名的短视频社交平台,靠着其独特的个性化推荐算法赢得了广大用户的青睐。本文将深入研究抖音视频推荐的价值和原理,帮助读者更好地了解和充分利用这一功能。一、什么是抖音推荐视频抖音推荐视频是根据用户的兴趣和行为习惯,利用智能推荐算法为用户筛选和推送个性化视频内容。抖音平台通过分析用户的观看历史、点赞和评论行为、分享记录等数据,从庞大的视频库中精选出最符合用户口味的视频进行推荐。这种个性化推荐系统不仅提高了用户体验,也帮助用户发现更多符合其喜好的视频内容,从而增强用户黏性和留存率。在这个

CentOS7下搭建web服务器的网络安全加固技巧web服务器是现代互联网的重要组成部分,因此保护web服务器的安全性非常重要。通过加固网络安全,可以减少风险和避免潜在的攻击。本文将介绍在CentOS7上搭建web服务器时常用的网络安全加固技巧,并提供相应的代码示例。更新系统和软件首先,确保你的系统和软件是最新版本。可以使用以下命令更

CentOS搭建web服务器的日志管理与监控技巧Web服务器是现代互联网应用的重要组成部分,而服务器的日志管理与监控是确保服务器稳定运行和故障排查的关键。本文将介绍在CentOS操作系统上如何搭建web服务器,并提供一些日志管理与监控的技巧。一、搭建Web服务器安装ApacheApache是一个流行的开源Web服务器软件。在CentOS上安装Apache很简


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

Dreamweaver Mac version
Visual web development tools

WebStorm Mac version
Useful JavaScript development tools

Notepad++7.3.1
Easy-to-use and free code editor

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
