One, MySQL installation
MySQL installation under the Windows platform is familiar with the standard installation welcome program.
If you do not need to change the default installation directory, click Next to complete the installation.
Follow the installation sequence to explain the options in the installation process.
1, the default is typical, proposed to change to custom
This step requires the selection of components and Change folder location, the component using the default, select Change changes the installation directory, note: The path to install MySQL can not contain Chinese!
2, the program prompts whether to register on the mysql.com, you can choose to skip, that is, skip sign-up.
3, install the end, select the now start to configure the MySQL server selection box.
4, configuration Start, select the first detailed configuration
5, choose the type of MySQL application, the first is the development server, will only use as little memory, the second is a normal Web server, will use a medium amount of memory, the last one is this server only run MySQL database, will occupy all the memory, according to their own needs, choose one of them. I built the development platform, not the actual application of the database server, so choose the first.
6, the choice of database purposes, the first is a multi-purpose, the database will be optimized to a good InnoDB storage type and efficient MyISAM storage type, the second is only for transaction type, the best optimization innodb, but also support MyISAM, the last kind of non-transaction processing, Suitable for simple applications, only myisam types that do not support transactions are supported. Generally choose the first kind of multifunctional, I choose the first kind.
7, choose the INNODDB data storage location, the default can be.
8, select the maximum number of connections allowed by MySQL, you can choose according to their own needs, by default
9, select the database listening port, the general default is 3306, if changed to another port, in the future when connecting to the database to remember the modified port, otherwise you can not connect MySQL database, the default can
10, set the default MySQL code, you can choose gb2312 or GBK, if necessary, if you have a database file, and the original existing database encoding consistent, otherwise it may appear garbled.
11, choose whether to set up MySQL as a Windows service, it is recommended to choose to set up services, so you can start and close the MySQL database through the service later. It is recommended to check the box below, so that in cmd mode, you do not have to execute the command in the bin directory of MySQL.
12, set up the MySQL super user password, the super user has full access to MySQL, the following check box to choose whether to allow the remote machine with the root user to connect to your MySQL server above, as needed to select.
13, click on Execute, if there is no problem with the previous settings, you will be able to install successfully.
http://www.bkjia.com/PHPjc/317601.html www.bkjia.com true http://www.bkjia.com/PHPjc/317601.html techarticle one, MySQL installation MySQL installed under the Windows platform is familiar with the standard installation welcome program. If you do not need to change the default installation directory, click Next to complete the installation. The following press ...