PHP environment setup, PHP setup_PHP tutorial
php environment setup, php setup
1. Prepare the required tools:
1) Windows7 x64
2) php5.5 VC11 x64 Thread Safe Browsing
3) apache httpd2.4 browsing
4) MySQL5.6 Browse
5) phpMyAdmin4.4.1 Browse
2. Installation
2.1 Install PHP
1) Unzip php-5.5.23-Win32-VC11-x64.zip to D:program_filesphp5.5
2) Add D:program_filesphp5.5 and D:program_filesphp5.5ext to the environment variables
3) Copy php.ini-production to php.ini
4) Modify the D:program_filesphp5.5php.ini file
修改 <span>;</span><span> extension_dir = "ext"</span> <span>extension_dir = "D:/program_files/php5.5/ext" 修改 </span><span>;</span><span>extension=php_mbstring.dll</span> extension=<span>php_mbstring.dll (php多字节字符串扩展) 修改 </span><span>;</span><span>extension=php_mysql.dll</span> extension=<span>php_mysql.dll 修改 </span><span>;</span><span>extension=php_mysqli.dll</span> extension=php_mysqli.dll
2.2 Install Apache
1) Unzip httpd-2.4.12-win64-VC11.zip to D:program_filesApache24
2) Open D:program_filesApache24conf with notepad and modify
修改 ServerRoot "C:/Apache24"<br />ServerRoot "D:/program_files/Apache24"<br /><br /><span>修改 #ServerName www.example.com:80 ServerName www.example.com:</span>80<span> 修改 DocumentRoot </span>"c:/Apache24/htdocs"<span> DocumentRoot </span>"D:/program_files/Apache24/htdocs"<span> 修改 <Directory </span>"c:/Apache24/htdocs"<span>> <Directory </span>"D:/program_files/Apache24/htdocs"<span>> 修改 DirectoryIndex index.html DirectoryIndex index.html index.php index.htm 修改 ScriptAlias /cgi-bin/ </span>"c:/Apache24/cgi-bin/"<span> ScriptAlias /cgi-bin/ </span>"D:/program_files/Apache24/cgi-bin/"
Add
at the end of the line AddType application/x-httpd-php .php .html .htm
LoadModule php5_module "D:/program_files/php5.5/php5apache2_4.dll"
PHPIniDir "D:/program_files/php5.5"
3) Install and start the apache service (administrator rights required)
D:\program_files\Apache24\bin\httpd -k <span>install<br />net start apache2.4</span>
4) Enter http://localhost:80
in the browserIt works!
2.3 Install MySQL
1) Unzip mysql-5.6.24-winx64.zip to D:program_filesMySQL5.6
2) Copy my-default.ini to my.ini and modify
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
# *** default location during install, and will be replaced if you
# *** upgrade to a newer version of MySQL.
[mysqld]
# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
# innodb_buffer_pool_size = 128M
# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin
# These are commonly set, remove the # and set as required.
basedir = D:/program_files/MySQL5.6
datadir = D:/program_files/MySQL5.6/data
port = 3306
server_id = 1
# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
3) Start MySQL
D:/program_files/MySQL5.<span>6</span>/bin/mysqld.exe --console
4) Log in to the MySQL database and create a user
mysql -u root<br /><br />CREATE USER 'devlop'@'localhost' IDENTIFIED BY '123456';<br />GRANT ALL PRIVILEGES ON *.* TO 'devlop'@'localhost' WITH GRANT OPTION;
Click here for more MySQL user management
5) Install and start the MySQL service (administrator rights required)
mysqld --<span>install</span> MySQL<br />net start MySQL
2.4 Install phpMyAdmin
1) Unzip phpMyAdmin-4.4.1.1-all-languages.zip to D:program_filesApache24htdocsphpMyAdmin
2) Enter http://localhost:80/phpMyAdmin in the browser to log in to MySQL.
If you have any questions, please contact QQ directly: 783713515

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

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

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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

Hot Topics

Recently, many users using Win7 system have found that the icons in the taskbar suddenly disappeared, which makes the operation very inconvenient and they do not know how to solve the problem. This article will introduce to you how to solve the problem of disappearing taskbar icons in Win7 system. Bar! Cause Analysis When encountering such a situation, there are generally two situations: one is that the taskbar on the computer does not really disappear, but is just hidden, and the other is that the taskbar does disappear. Method 1: 1. There is a situation that you need to confirm first, that is, when the mouse is placed at the bottom of the screen, the taskbar will be displayed. You can directly click the mouse on the taskbar and select "Properties". 2. In the dialog box that opens, click & on the "Hide taskbar" option.

1. First, select the Control Panel option in the Start button of the Win7 system. 2. Then in the control panel that pops up, click the [User Accounts and Family Safety] item. 3. Then click [Credential Manager] in the pop-up interface. 4. Finally, click [Add Windows Credentials] to create your credentials. The operation method of adding and managing windows credentials in win7 is shared here in detail with friends. More exciting tutorials are available on the PHP Chinese website!

In Win7 system, many users want to delete personalized desktop background images, but do not know how to delete them. This article will show you how to delete personalized background images in Win7 system. 1. First, open the control panel interface of the Win7 system and click to enter the "Appearance and Personalization" settings; 2. Then, in the opened interface, click the "Change Desktop Background" setting; 3. Then, click below "Desktop background" option; 4. Then, select Select all, and then click Clear all. Of course, you can also use it under "Customize", right-click the theme you want to delete, and then click &q on the shortcut menu

Many computer users know that network discovery is a network setting. This setting will affect whether the computer can find other computers and devices on the network and whether it can find the computer when other computers on the network are found. So how to enable network discovery in win7? The following computer System Home U Disk Installation will introduce you to the tutorial on how to enable network discovery in win7 system. 1. First, click the "Start Menu" icon on the desktop taskbar and choose to open the "Control Panel" interface. 2. Then, in the interface that opens, set "View by" to "Category", and then choose to enter "Network and Internet"

1. Press win+r to enter the run window, enter [controluserpasswords2] and press Enter. 2. In the user account window, uncheck [To use this machine, the user must enter a username and password (E)], and then click [Apply → OK].

1. Click [Start → Run] and enter gpedit.msc. On the left side of the [Group Policy] window, click the [Computer Configuration → Windows Settings → Security Settings → Software Restriction Policy] item, and then click the [Action → Create New Policy] menu item. As shown in the picture: 2. Select [Other Rules] from the left. Right-click the blank space in the right pane and select the [New Path Rule] item in the menu. In the pop-up window, click the [Browse] button after [Path], select the wscript.exe file in the C: WindowsSystem32 folder, and set the [Security Level] to [Not Allowed]. Change C: System32, Dllcache and I386 under Windows

1. First copy the file you want to use as boot music to the corresponding directory of C: WindowsMedia. As shown in the figure: 2. Right-click the desktop on a single machine and select Personalize menu; as shown in the figure: 3. Select the sound option; as shown in the figure: 4. In the [Program Events] box in the [Sound] tab of the sound interface Select [Windows Login], then click [Browse]; as shown in the figure: 5. Select the music file that needs to be replaced, click Open, then click Apply and confirm to save the settings. as the picture shows:

1. Press and hold the [Win+R] keys to open the run dialog box, enter [regedit] in the search box, and then confirm; as shown in the figure: 2. Open HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackgroud in the opened registry editor; as shown in the figure Display: 3. Double-click [OEMBackground] and open it, change the default value [0] to [1], and then confirm to exit; as shown in the figure: 4. Rename the image backgroundDefault.jpg, (the image size cannot exceed 256k
