1. Go to MySQL official website: http://www.mysql.com/
2. Enter: Downloads, Community, MySQL on Windows/mysql Installer, MySQL Installer
3. Because we are locally installed, select the full version here
Note: Click on the download, will jump to the login page, require login to download, below I gave the Thunderbolt, do not know if there is no effect, if invalid, you can register an Oracle account and then download
Download Link: Http://dev.mysql.com/get/Downloads/MySQLInstaller/mysql-installer-community-5.7.12.0.msi
4. After downloading, double-click Mysql-installer-community-5.7.12.0.msi to install, the screen will display the collection information, configure what, then the pop-up window disappears, does not install automatically, at this time, need to start all programs---MyS In the QL directory, click MySQL installer-community to install
5. Do you want to re-enable in the Options dialog box when you do not find a scheduled task for the new product category? Resolute No, no automatic Updates required
6. In the pop-up MySQL installer box, select the Add button on the right
7. Acceptance of the agreement, Next
8. By default is the developer default option, because I do not need some components, here I chose Custom, Next
9. Select the 32bit components, and some of the required components, Next
10. Click Execute for some prerequisite checks, such as here I am missing the Microsoft Visual C + + related components, it will automatically download, and then install, here need to network, need to wait a few minutes to install the necessary components
11. After the installation is complete, click Next to proceed to the next step
12. Click Execute to install the previously selected component
13. Enter the configuration item, here I have selected server machine, Next
14. Set the password for MySQL root
15. Do not need to boot, uncheck "Start the MySQL Server at System startup" and Next
16. Click the Execute app Installation
17. Enter the user name and password, click the Check button to test the connection, after the test is successful, click Next to enter the next step
18. Click the Execute app settings
19. Click Finish to complete the installation
20. Start and all programs, MySQL---MySQL Workbench 6.3 CE
21. In the Open Workbench, click on the + sign in the upper left corner, click Test Connection will ask to enter the root password, enter the previously set password, OK to connect to the MySQL database
MySQL database download, install, use