Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Windows system installation and configuration WampServer

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

1. Download WampServer and install

WampServer is similar to XAMPP in that it is a development environment integration package that achieves the ready-to-use effect of the development environment.

WampServer needs to install Microsoft's development dependency package before deployment. After several practical battles, I found a more practical fix package on the Internet.

If the dependency is incomplete, a "missing * * .dll" file error is reported.

Portal: DirectX repair tool

Download address: https://www.crsky.com/soft/31471.html

1.1. Install WampServer

The WampServer installation package can be downloaded from:

Https://sourceforge.net/projects/wampserver/files/

Find the latest version of Wampserver_x64.exe

After downloading, you can install it, and the steps are very simple, and all can be passed by default.

Select the installation path. The default is in c:/wamp64:

This will allow you to select browser and file editing tools. There are no other tools for the default CVM, so you can do so by default.

After installation, we launch Wampserver, open the browser, and type "localhost" to enter the Wampserver page.

1.2. Set environment variabl

If you need to use mysql, php's CLI tool, it is recommended to add the environment variable "Path".

Find the applied exe execution file in c:\ wamp\ bin, and add the file parent path to "Path".

1.3. Set up the Wamp language

1.4. Set up mysql

On the "localhost" page, we find phpmyadmin. In the integrated environment, the permission is root and the password is empty, so in order to provide its security, you need to set a new password.

The default Url is

Http://localhost/phpmyadmin/index.php

The Wamp environment is divided into two databases, mysql,MariaDB, which can provide services, mysql 3306mariaDB 3307.

Enter "root" for the user name, and the password is empty. Click "execute" to enter phpmyadmin.

Click "account", modify the "root" user, and click "modify permissions".

Click "password", enter the new password, and finally perform the action.

two。 Deploy the website

So the wamp development environment is complete, and finally we test whether the environment is normal or not.

Create a wordpress directory on disk c, and I found a wordpress v5.3 source code to upload to the directory

Portal:

Http://www.a5xiazai.com/php/103783.html#

Add a wordpress virtual machine on apache

The configuration is as follows:

ServerName mylog.com ServerAlias mylog.com DocumentRoot "c:/wordpress" Allow from all AllowOverride All Require local

Modify the hosts file, path:

C:\ windows\ System32\ drivers\ etc

Finally, restart the service.

This allows you to successfully open the workpress initialization site.

Create a wordpress database and permissions in the database

Finally finish your own blog.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report