mysql5.x Installation
Download
Official: http://dev.mysql.com/downloads/windows/installer/
The first download of MySQL is required to register, the successful registration can be downloaded, you need to pay attention to 32-bit and 64-bit, select the corresponding MySQL version of the system.
installation
Here the choice is mysql5.0 version "Mysql-5.0.67-win32.zip", double-click setup.exe
1. Install the type, select Custom "Customize"
2. Install road strength, select "C:\\web\mysql"
3. When the installation is complete, click Finish, tick MySQL config "Launch the MySQL Instance Configuration Wizard"
4. Configuration type, select detailed "Detailed Configuration"
5. Server type, select development type "Developer machine"
6. Database use, select the general type "multifunctional database"
7.InnoDB tablespace path setting, select Default
8.mysql simultaneous traffic, select "Online Transaction processing (OLTP)", approximately 500 support
9,TCP/IP enabled, select Enable enabled TCP/IP Networking, if not enabled, access the database locally only
10, the default character set for the database, select UTF8 "Best support for Multilingualism"
11,mysql installation form, select Windows service type with "install as Windows services"
12,mysql security settings, set root password, set whether remote access is supported, select support remote access "Enable root access from remote machines"
13, configure complete, click "Execute"
Test MySQL installation success
Start MySQL command line client "MySQL command lines", enter the root account password, can enter the MySQL, the installation is successful!
Apache 2.4+PHP5.X+MYSQ5.XL Environment Building (iii)