Recently in order to experience the next WordPress, personally installed the configuration of WordPress on this machine
Documenting the deployment process
First, download the appropriate software
The software that needs to be downloaded is: apache,mysql,php,wordpress
Apache: Download Apache
MySQL: Download mysql
php: Download php
WordPress: Download wordpress, please download the latest version of the website
Second, configure the appropriate software
1.Apache Configuration
1.zip Package Decompression
2. Configure conf/httpd.conf
3. Add PHP support in httpd.conf
LoadModule php5_module "D:/php/php5apache2_2.dll" AddType application/x-httpd-php. PHP. html. Htmphpinidir "D:/PHP"
2.MySQL Configuration
1.zip Package Decompression
2. Configure Environment variables: Mysql\bin
3. Copy My-default.ini to My.ini, modify Basedir, modify DataDir
4. Admin cmd, go to the MySQL Directory Bin folder
5.mysqld-install, installing the MySQL service
6.net start MySQL, start MySQL service
(Note: If the error requires reinstallation, first mysqld-remove uninstall)
3.PHP Configuration
1.zip Package Decompression
2. Configure Environment variables: Php,php\ext
3. Copy Php.ini-development to php.ini, modify Extension_dir, modify Extension=php_mysql.dll
(before the corresponding item is removed;
4.WordPress Configuration
1.zip Package Decompression
2. Copy to Apache home directory
3. Build a wordpress database in MySQL
4. Modify the wp-config.php, configure the corresponding database name, login user, password, host, etc.
Third, install WordPress
1. Launch Apache service, login localhost/wordpress/wp-admin/install.php
2. Enter the user name, password, modify the corresponding settings, OK, installed
3. Enter the user name, password, login