All the content is for Mysql5.7.18 introduction.
1. First you need to download a complete package, MySQL currently has two versions that can be used:
A. MYSQL Enterprise Edition: Corporate Edition
B. MYSQL Community edtion: Community Edition
We download the Community Edition (GPL) Introduction: https://dev.mysql.com/downloads/mysql/
After opening, pull to the bottom, download Windows (x86, 64-bit), ZIP Archive, truncate the following figure:
Reason:
Mysql-5.7.18-win32.zip has a limited memory limit of 2G, which is due to Windows itself, so it is recommended to use the mysql-5.7.18-winx64.zip version directly.
The following two versions (with debug binaries) have more PDB debug files than the two versions above, and you can download mysql-5.7.18-winx64-debug-test.zipIf you plan to debug.
After downloading, unzip to your computer hard disk, the directory name is best not to have Chinese ( such as E:\dbms\mysql), spare.
MySQL download (on Windows-noinstall zip archive)