


PHPRunning environment: Three installation methods under
Linux: source code package installation, rpm package installation, integrated environment installation (lnmp)
Two ways to install windows: single download installation, integrated environment installation (AppServ, phpstudy, wamp)
Install PHP development environment on Windows system:
The required software is installed independently:
Preparation before installation
Install Apache
Installation MySQL
Install PHP
Install phpMyA
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 appearSelect "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 are "typical (default)", "Complete (complete)", " Custom (user-defined)" three options, we choose "Custom", because customization can make us more familiar with its installation process, which is very helpful for learning MySQL database. Click "next" to continue the installation, such as As shown in the picture:
Select the installation path of the mysql database in the custom installation interface. Here I set "d:\Program File\MySQL", click "Next" to continue the installation, as shown in the picture:
Next enter the interface to prepare for installation. First confirm the previous settings. If there is an error, press "back" Return, 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 appears. After a long time In a short time, the MySQL database installation is completed, and the interface to complete the MySQL installation appears, 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 multi-functional)", "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, it will be no problem to 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 change it through the drop-down list box, but you must ensure that the port number is not occupied. The Add filewall exception for this Port checkbox is used to register this port number on the firewall. Select this option here. The Enable Strict Mode checkbox is used to enable MYSQL standard mode, so that MYSQL will strictly check the input data. , minor grammatical errors are not allowed. It is not recommended for beginners to select this item to avoid trouble. I have checked it here. You can not select this option and click "next" to continue, as shown in the picture. Display:
In the character encoding page that opens, set the character encoding to be used by mysql. The first one is Western encoding, and the second one is multi-byte. Universal utf8 encoding, the third one is manual, we choose utf-8. If the encoding of UTF-8 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 The code "useUnicode=true&characterEncoding=UTF-8" can solve the problem of garbled characters. For future convenience, it is set to UTF-8 encoding, but there is a problem, that is, when using which console to insert Chinese characters, an error will be reported. Query Tables with Chinese characters cannot display Chinese characters. Therefore, you need to set a system parameter "set names gbk" every time you enter MySQL to solve this 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 Windows PATH (after adding it, you can directly use the files under bin without pointing out the directory name, such as connecting, "mysql –u username –p password;"), 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) (the default is empty), "New root password", if you want to modify it, Just fill in the new password here and enable the root remote access function. Do not create an anonymous user. Click "next" to continue the configuration, as shown in the figure:
To All configuration operations here have been completed. Click the Execute button to execute the configuration, as shown in the figure:
After a few minutes, the following prompt interface appears, which represents the MySQL configuration It has ended, and a successful message was prompted
Start the mysql database in the service, and enter "mysql –h localhost –u root -p in the command window. ” or “mysql -h localhost -uroot -p password”, 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
#Load PHP module
LoadModule php5_module "D:/php-5.2.6/php5apache2_2.dll"
#The location of the PHP configuration file
PHPIniDir "D:/php-5.2.6"
#Which types of files will be processed by the PHP engine
AddType application/x-httpd-php .php
E , Restart Apache
Modify the httpd.conf configuration file
a) Modify line 177 to reset the document root directory
DocumentRoot "D:/ftp /Public/www"
b) Modify line 244 to set the website directory and document root directory to be consistent
c) Modify line 187 to set the website root directory access permissions
Allow from all
##d) Modify line 240 to set the website default document (if the set html document does not exist, it will List all files in the root directory of the website) DirectoryIndex abc.htmle) Restart 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 way It's installed, it's quite simple, but there are a lot of steps.
The above is the detailed content of PHP basics Installing Apache Mysql PHP in windows environment (picture). For more information, please follow other related articles on the PHP Chinese website!

c盘的users是用户文件夹,主要存放用户的各项配置文件。users文件夹是windows系统的重要文件夹,不能随意删除;它保存了很多用户信息,一旦删除会造成数据丢失,严重的话会导致系统无法启动。

启动任务管理器的三个快捷键是:1、“Ctrl+Shift+Esc”,可直接打开任务管理器;2、“Ctrl+Alt+Delete”,会进入“安全选项”的锁定界面,选择“任务管理器”,即可以打开任务管理器;3、“Win+R”,会打开“运行”窗口,输入“taskmgr”命令,点击“确定”即可调出任务管理器。

PIN码是Windows系统为了方便用户本地登录而独立于window账户密码的快捷登录密码,是Windows系统新添加的一套本地密码策略;在用户登陆了Microsoft账户后就可以设置PIN来代替账户密码,不仅提高安全性,而且也可以让很多和账户相关的操作变得更加方便。PIN码只能通过本机登录,无法远程使用,所以不用担心PIN码被盗。

对于刚刚开始使用PHP的用户来说,如果在Windows操作系统中遇到了“php不是内部或外部命令”的问题,可能会感到困惑。这个错误通常是由于系统无法识别PHP的路径导致的。在本文中,我将为您提供一些可能会导致这个问题的原因和解决方法,以帮助您快速解决这个问题。

win10自带的onenote是UWP版本;onenote是一套用于自由形式的信息获取以及多用户协作工具,而UWP版本是“Universal Windows Platform”的简称,表示windows通用应用平台,不是为特定的终端设计的,而是针对使用windows系统的各种平台。

windows操作系统的特点包括:1、图形界面;直观高效的面向对象的图形用户界面,易学易用。2、多任务;允许用户同时运行多个应用程序,或在一个程序中同时做几件事情。3、即插即用。4、出色的多媒体功能。5、对内存的自动化管理。

因为win10系统是不自带扫雷游戏的,需要用户自行手动安装。安装步骤:1、点击打开“开始菜单”;2、在打开的菜单中,找到“Microsoft Store”应用商店,并点击进入;3、在应用商店主页的搜索框中,搜索“minesweeper”;4、在搜索结果中,点击选择需要下载的“扫雷”游戏;5、点击“获取”按钮,等待获取完毕后自动完成安装游戏即可。

在windows中鼠标指针呈四箭头时一般表示选中对象可以上、下、左、右移动。在Windows中鼠标指针首次用不同的指针来表示不同的状态,如系统忙、移动中、拖放中;在Windows中使用的鼠标指针文件还被称为“光标文件”或“动态光标文件”。


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

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

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.

SublimeText3 Mac version
God-level code editing software (SublimeText3)
