Windows7 64-bit Install the latest version of MySQL server
Recently, the MySQL database has been studied, often modify the configuration file, resulting in the MySQL database unusable, have to repeatedly reload MySQL database. The following are detailed steps for installing the MySQL database under the Windows7 64-bit operating system for learning and reference:
1, double click "Mysql-installer-community-5.6.24.0.msi" to enter the installation process
2, tick "I accept the Lincense terms", click "Next", go to the next step
3, choose a type of installation, I chose "full", click "Next", go to the next step
(1) Developer type
(2) Server type
(3) Client type
(4) All types
(5) Typical types
4, set the MySQL server installation path, because two best not put together, I use two different paths, and then click "Next", go to the next
5, enter this step, will pop up a warning window, continue to click "Yes" to enter the next
6, check the requirements, click "Next" to enter the next step
7. Then go to install the following products, click "Execute" to execute
8, to enter the installation progress, need to wait a period of time
9. After installing all products, click "Next" to proceed to the next step.
10. Enter the product configuration, click "Next" after configuration, go to the next step
11, Configuration type and network, select the configuration type "development machine", the port number is 3306, click "Next" after completion
12, enter the configuration account and role process, input login password and Confirm password
13. Click the "Add User" button under MySQL user accounts to add the role
After the popup window, enter the user name and password, and click "OK" after setup.
14. After adding the role, click "Next" to go to the next step
15, set up Windows Service, configure whether to turn on the MySQL server when the boot, login to MySQL need to enter a password, set, click "Next"
16, applicable service configuration, click "Execute" to enter the configuration steps
17. After the service configuration is complete, click "Finish" to proceed to the next step.
18, enter the product configuration, there is MySQL server and sample, after the configuration is complete click "Next"
19. Enter the configuration to connect to the service, enter the password to enter the authentication
20, click "Check", after the successful connection, click "Next" to enter the next step
21, re-enter the applicable server configuration, click "Execute" to start execution
22. After execution, click "Finish"
23, go to the last step, click "Finish", complete the installation
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Windows7 64-bit Install the latest version of MySQL server