Xampp configuration notes and xampp notes
--> Basic Environment
1: win7 64-bit System
2: Download xampp Installer (download link: Link: https://pan.baidu.com/s/1kVkX7Af password: czfm)
--> Installation Steps
1: you can create a new folder to store xampp, or use the default path specified during installation as the installation path.
(For example, create a folder on disk D: \ xampp)
2: If you do not need to modify the specified installation path, click next to complete the installation.
--> Usage
1: Go to the installation path and run xampp-controller.
2: because no self-start is set, after the first installation and running, services such as Apache, Mysql, and Tomcat will not be started automatically. You can try to start them manually.
Click the start button in sequence to check whether the log output error prompt, module PID, and module Port are valid.
3: possible problems with the Mysql module:
1) mysql has been installed before xampp is installed. The following message is displayed: the mysql location in the registry is different from that in xampp by default. solution:
Win + r Open run-> enter regedit-> modify ImagePath in HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ services \ MySQL to: d: \ xampp \ mysql \ bin \ mysqld.exe -- defaults-file = d: \ xampp \ mysql \ bin \ my. ini mysql
2) for Port conflict, click the config button-> Service and Port Settings-> Mysql-> to modify it, and then synchronize it to the my. ini file in the Config button corresponding to the Mysql module.
4: possible problems with the Apache module:
The operation may fail due to a port conflict. The solution is similar to the solution in 3.2.
It should be noted that the Apache (httpd. conf) \ Apache (httpd-ssl.conf) file under the Config corresponding to the Apache module needs to be modified respectively when port 80 and port 443 are modified.
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger. Http://blog.csdn.net/orange_612/article/details/79000430