Home Backend Development PHP Tutorial Picture and text sharing of WAMP environment under windows

Picture and text sharing of WAMP environment under windows

Feb 01, 2018 am 10:53 AM
wamp windows build

This article mainly brings you a graphic tutorial on setting up a WAMP environment under Windows (recommended). The editor thinks it is quite good, so I will share it with you now and give it as a reference for everyone. Let’s follow the editor to take a look, I hope it can help everyone.

PHPRunning environment: Three installation methods under

Linux: source code package installation, rpm package installation, Integrated environment installation (lnmp)

Two ways of windows installation: single download installation, integrated environment installation (AppServ,phpstudy,wamp)

In Windows Install the PHP development environment on the system:

The required software is installed independently:

Preparation before installation

Install Apache

Install MySQL

Install PHP

Install phpMyA

##http://www.phpmyadmin.net

apacheEnvironment installation:

Double-click httpd-2.2.21-win32-x86-no_ssl.msi to start the installation. The installation welcome screen appears.

Click "Next" to continue, and the authorization agreement will appear.

Select "I accept the terms in the license agreement" to agree to the license agreement, and then click "Next" to continue. Installation instructions will appear.

Click "Next" directly and the information filling interface will appear.

"Network Domain" fill in your network domain name, such as admin10000.com. If there is no network domain name, you can fill it in casually.

"Server Name" fill in your server name, such as www.admin10000.com, which is the host name. If not, feel free to fill it in.

"Administrator's Email Address" fill in the system administrator's contact email address, such as webmaster@admin10000.com. A contact email address will be provided to visitors in the event of a system outage.

Tip: Because we install apache mainly for development on this machine, just fill in localhost in the first two items. The above three items of information can be filled in arbitrarily, and these information can be modified in the httpd.conf file later.

There are two options below. The first is to install for all users of the system, using the default port 80, and automatically starting as a system service; the other is to install only for the current user, using port 8080, and manually start up. We choose the first one “for All Users, on Port 80, as a Service – Recommended”. Then click "Next" to continue.

The installation type selection interface appears. Typical is a typical installation, and Custom is a user-customized installation. We select Typical here and press "Next" to continue.

Click "Change..." to manually specify the installation directory. Here we installed Apache to "D:\Apache\", you decide where to install it. It is recommended not to install it on the disk where the operating system is located (usually the C drive), in case the operating system is damaged and the Apache configuration file will be cleared during the restore operation. After specifying the installation directory, click "Next" to continue.

Confirm that the installation options are correct and click "Install" to start the installation. If you think you want to check it again, you can click "Back" to return to the check step by step.

The installation progress will appear, wait for a while, and then the following interface will appear.

After clicking "Finish", an icon with a green logo will appear in the status bar in the lower right corner.

indicates that Apache has started normally.

At this time, enter http://localhost/ or http://127.0.0.1/ in the browser to see the following interface.

MYSQL installation:

Open the downloaded mysql installation file mysql-5.0.27-win32.zip, double-click to decompress it, Run "setup.exe" and the following interface will appear

Just click "Next" to continue, and the authorization agreement will appear.

Select "I accept the terms in the license agreement" to agree to the license agreement, and then click "Next" to continue. In the window for selecting the installation type, there is "typical ( There are three options: "Default", "Complete", and "Custom". We choose "Custom" because customization can make us more familiar with its installation process, which is very useful for learning the MySQL database. If it helps, click "next" to continue the installation, as shown in the figure:

Select the installation path of the mysql database in the custom installation interface that appears. Here I set "d:\Program File\MySQL", click "next" to continue the installation, as shown in the figure:

Next, enter the interface ready for installation. First, confirm the previous settings. If there is an error, press "back" to return. If there is no error, click the "Install" button to continue the installation, as shown in the figure:

After clicking the "Install" button, the following installation interface will appear. After a short time, the MySQL database installation is completed, and the MySQL installation completion interface will appear, as shown in the figure:

Just click "next" on this interface.

Be sure to select the "Launch the MySQL Instance Configuration Wizard" option above. This is the configuration to start MySQL and is also the most critical. (can also be set later), click the "Finish" button to enter the configuration interface.

The installation of MySQL database is very simple. The key is the configuration after the installation is completed. After clicking Finish, the following configuration interface wizard will appear. Click "next" to configure, as shown in the figure:

Select the configuration method in the opened configuration type window, "Detailed Configuration (manual precise configuration)", "Standard Configuration (standard configuration)", in order to familiarize yourself with the process, we select "Detailed Configuration (Manual precise configuration)", click "next" to continue, as shown in the figure:

In the window that appears, select the type of server, "Developer Machine Test Class)", "Server Machine (Server Type)", "Dedicated MySQL Server Machine (Specialized Database Server)", we are only used for learning and testing, the default is fine, click "next" to continue, as shown in the figure :

Select the purpose of the mysql database in the configuration interface that appears, "Multifunctional Database (universal multifunctional)", "Transactional Database Only (server type)", " Non-Transactional Database Only (non-transaction processing type)", here I choose the first item, universal installation, click "next" to continue the configuration, as shown in the figure:

In the interface that appears, configure the InnoDB Tablespace, which is to select a storage space for the InnoDB database file. If it is modified, remember the location. Select the same place when reinstalling, otherwise the database may be damaged. Damage, of course, there is no problem if you make a backup of the database, as shown in the figure:

In the page that opens, select the number of mysql visits and the number of simultaneous connections , "Decision Support (DSS)/OLAP (about 20)", "Online Transaction Processing (OLTP) (about 500)", "Manual Setting (manual setting, set to 15)" Select manual setting here, click " next" to continue, as shown in the figure:

Mysql starts the TCP/IP network by default, and the port number is 3306. If you do not want to use this port number, you can also use the drop-down Change the list box, but you must ensure that the port number is not occupied. The Add filewall exception for this Port check box is used to register this port number on the firewall. Select this option here, and the Enable Strict Mode check box is used to enable MYSQL standard mode. , so that MYSQL will strictly check the input data and do not allow minor grammatical errors. It is not recommended for beginners to select this item to avoid trouble. I have checked it here, but you don’t need to select it. This option, click "next" to continue, as shown in the figure:

In the opened character encoding page, set the character encoding to be used by mysql. The first is Western encoding, the second is multi-byte universal utf8 encoding, and the third is manual. We choose utf- 8. If the UTF-8 encoding is not selected here, garbled characters will appear when using JDBC to connect to the database. At that time, you need to add the following code "useUnicode=true&characterEncoding=UTF-8" to solve the problem. The garbled code problem is set to UTF-8 encoding for future convenience. However, there is a problem, that is, when using which console to insert Chinese characters, an error will be reported. When querying a table with Chinese characters, the Chinese characters cannot be displayed. The problem needs to be in each console. After entering MySQL for the first time, set a system parameter "set names gbk" to solve the problem. Then click "next" to continue the configuration, as shown in the figure:

In the page that opens, choose whether to install mysql as a windows service, you can also specify the Service Name (service identification name), and whether to add the bin directory of mysql to the Windows PATH (after adding it, you can directly use the files under the bin, Instead of pointing out the directory name, such as connection, "mysql–u username -p password;" is enough. Click "next" to continue the configuration, as shown in the figure:

# #In the page that opens, set whether you want to modify the password of the default root user (super administrator) (default is empty), "New root password". If you want to modify it, fill in the new password here and enable root remote access. function, do not create anonymous users, click "next" to continue configuration, as shown in the figure:

All configuration operations have been completed here, click the Execute button to execute Configuration, as shown in the figure:

After a few minutes, the following prompt interface appears, which means that the MySQL configuration has been completed, and a success message is prompted

.

Start the mysql database in the service, and enter "mysql -h localhost -u root -p" or "mysql -h localhost -uroot -p password" in the command window , then enter the user's password in the prompt that appears, as shown in the figure:

PHP environment installation:

A. Install Apache

B. Install PHP (just unzip the compressed package to the corresponding location)

C, PHP configuration

Rename php.ini-dist to php.ini Modify 486 and

extension_dir = "D:/php-5.2.6/ext"

D. Configure the Apache configuration file httpd.conf

#加载PHP模块
LoadModule php5_module "D:/php-5.2.6/php5apache2_2.dll"
#PHP配置文件所在位置
PHPIniDir "D:/php-5.2.6"
#哪些类型的文件将交由PHP引擎处理
AddType application/x-httpd-php .php
E、重启Apache
修改httpd.conf配置文件
a)修改第177行重新设置文档根目录
DocumentRoot "D:/ftp/Public/www"
b)修改第244行将网站目录与文档根目录设为一致
<Directory "D:/ftp/Public/www">
c)修改第187行设置网站根目录访问权限
<Directory />
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Copy after login

d) Modify line 240 to set the website default document (if the set html document does not exist, it will be listed Extract all files in the root directory of the website)

DirectoryIndex abc.html

e) Restart the apache service

PHP configuration

LoadModule php5_module "D:\Program Files (x86)\Apache Software Foundation\php5.2.6\php5apache2_2.dll"

PHPIniDir "D:\Program Files (x86)\Apache Software Foundation \php5.2.6"

AddType application/x-httpd-php .php

This is the installation. It is quite simple, but there are a lot of steps and I am exhausted. If you have any questions, please let me know.

Related recommendations:


Configure your own WAMP environment, extend the oracle function library oci

Wamp environment installation memcached specific operations

Installation and testing of WAMP environment


##Software name

Download address

Apache download

http://httpd.apache. org/download.cgi

PHP download

http://www.php.net/downloads.php

MySQL

http://dev.mysql.com/downloads/mysql/, selected here For the installation-free version

phpMyAdmin

The above is the detailed content of Picture and text sharing of WAMP environment under windows. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Can I install mysql on Windows 7 Can I install mysql on Windows 7 Apr 08, 2025 pm 03:21 PM

Yes, MySQL can be installed on Windows 7, and although Microsoft has stopped supporting Windows 7, MySQL is still compatible with it. However, the following points should be noted during the installation process: Download the MySQL installer for Windows. Select the appropriate version of MySQL (community or enterprise). Select the appropriate installation directory and character set during the installation process. Set the root user password and keep it properly. Connect to the database for testing. Note the compatibility and security issues on Windows 7, and it is recommended to upgrade to a supported operating system.

How to solve mysql cannot connect to local host How to solve mysql cannot connect to local host Apr 08, 2025 pm 02:24 PM

The MySQL connection may be due to the following reasons: MySQL service is not started, the firewall intercepts the connection, the port number is incorrect, the user name or password is incorrect, the listening address in my.cnf is improperly configured, etc. The troubleshooting steps include: 1. Check whether the MySQL service is running; 2. Adjust the firewall settings to allow MySQL to listen to port 3306; 3. Confirm that the port number is consistent with the actual port number; 4. Check whether the user name and password are correct; 5. Make sure the bind-address settings in my.cnf are correct.

MySQL can't be installed after downloading MySQL can't be installed after downloading Apr 08, 2025 am 11:24 AM

The main reasons for MySQL installation failure are: 1. Permission issues, you need to run as an administrator or use the sudo command; 2. Dependencies are missing, and you need to install relevant development packages; 3. Port conflicts, you need to close the program that occupies port 3306 or modify the configuration file; 4. The installation package is corrupt, you need to download and verify the integrity; 5. The environment variable is incorrectly configured, and the environment variables must be correctly configured according to the operating system. Solve these problems and carefully check each step to successfully install MySQL.

Solutions to the errors reported by MySQL on a specific system version Solutions to the errors reported by MySQL on a specific system version Apr 08, 2025 am 11:54 AM

The solution to MySQL installation error is: 1. Carefully check the system environment to ensure that the MySQL dependency library requirements are met. Different operating systems and version requirements are different; 2. Carefully read the error message and take corresponding measures according to prompts (such as missing library files or insufficient permissions), such as installing dependencies or using sudo commands; 3. If necessary, try to install the source code and carefully check the compilation log, but this requires a certain amount of Linux knowledge and experience. The key to ultimately solving the problem is to carefully check the system environment and error information, and refer to the official documents.

Unable to access mysql from terminal Unable to access mysql from terminal Apr 08, 2025 pm 04:57 PM

Unable to access MySQL from the terminal may be due to: MySQL service not running; connection command error; insufficient permissions; firewall blocks connection; MySQL configuration file error.

How to copy and paste mysql How to copy and paste mysql Apr 08, 2025 pm 07:18 PM

Copy and paste in MySQL includes the following steps: select the data, copy with Ctrl C (Windows) or Cmd C (Mac); right-click at the target location, select Paste or use Ctrl V (Windows) or Cmd V (Mac); the copied data is inserted into the target location, or replace existing data (depending on whether the data already exists at the target location).

Can vs code run in Windows 8 Can vs code run in Windows 8 Apr 15, 2025 pm 07:24 PM

VS Code can run on Windows 8, but the experience may not be great. First make sure the system has been updated to the latest patch, then download the VS Code installation package that matches the system architecture and install it as prompted. After installation, be aware that some extensions may be incompatible with Windows 8 and need to look for alternative extensions or use newer Windows systems in a virtual machine. Install the necessary extensions to check whether they work properly. Although VS Code is feasible on Windows 8, it is recommended to upgrade to a newer Windows system for a better development experience and security.

Can mysql run on Windows Can mysql run on Windows Apr 08, 2025 pm 01:54 PM

Running MySQL on Windows is feasible, but challenges such as port conflicts, permission issues, and environment variable settings need to be considered. Installation issues can be solved by customizing configuration files, adjusting user permissions, and setting environment variables correctly. Additionally, the appropriate storage engine should be selected, tweaked configuration files, and SSDs should be used to optimize performance.

See all articles