One, the installation of Linux three ways (commercial operations are on the Linux server)
Source package installation is relatively difficult, is the best way
RPM Package Installation This way, there may be a lot of useless also installed, which will affect the performance of the server
Integrated Software Installation (XAMPP) flexibility, version can not be selected independently, by default, all the functions are installed, but some do not use, not for commercial use
Second, Windows installation of two ways (business run not on Windows Server, more problems)
Single download installation
Integrated environment Installation
Third, Wamp installation and use
Installation: Click to install--next step is all right
use: in the bin directory, MySQL, PHP, Apache These three are the most commonly used
Php:
Mysql:
Bin directory: the command to operate MySQL is here
Data directory: Everything is stored here
My.ini: optimizing MySQL, configuring MySQL configuration Files
Apache:
Bin directory: the command to operate Apache is here.
httpd.conf file in conf directory: is the main configuration file of Apache, and the other is Apache's extension configuration file
Log files: Install all log files (Mysql,php,apache) using this integrated installation directory under logs in this integrated environment
During the development process, place the program under the WWW directory under the installation directory (you can create a new project folder under this directory)
Phpmyadmin:mysql Admin tool (user name default root password is empty)
PHP is part of Apache, launch Apache is to start PHP, modified PHP log files or modified Apache log files are to restart Apache (which configuration file to restart the appropriate server)
Several operating environments for PHP and WAMP installation use