Windows version: win 2008 r2 x64-bit operating system
MySQL version: 5.7.21
Preparation:
Microsoft Visual C++ 2010 Redistributable Component Package (x64)
http://www.microsoft.com/zh-CN/download/confirmation.aspx?id=14632
Visual C++ Redistributable Packages for Visual Studio 2013
https://www.microsoft.com/zh-CN/download/details.aspx?id=40784 Visual C++ Redistributable for Visual Studio 2015
https://www.microsoft.com/zh-CN/download/confirmation.aspx?id=48145
Install the above runtime library, the above are the download links of the 64-bit system, 32-bit please download and install by Baidu!
Download MySQL
Official download link: https://www.mysql.com/downloads/
1. MySQL Community Server community version, open source and free, but does not provide official technical support. 2. MySQL Enterprise Edition, which requires a paid trial and can be tried for 30 days. 3. MySQL Cluster Edition, open source and free. Several MySQL Servers can be packaged into a single Server. 4. MySQL Cluster CGE Premium Cluster Edition, which requires a fee. 5. MySQL Workbench (GUITOOL): An ER/database modeling tool designed specifically for MySQL. It is the successor to the famous database design tool DBDesigner4. MySQL Workbench is divided into two versions, namely the Community Edition (MySQL Workbench OSS) and the Commercial Edition (MySQL WorkbenchSE).
MySQL Community Server is open source and free, which is also the version of MySQL we usually use.
Select the "MySQL Community Edition (GPL)" version and click in to download!
Or click on the link: https://dev.mysql.com/get/Downloads/MySQLInstaller/mysql-installer-community-5.7.21.0.msi to download
Start the installation
After the download is completed, click "mysql-installer-community-5.7.21.0.msi" to install;
1: Receive license terms
2: Select the default installation
Select an option, then click check below, if there is a pop-up window stating that the software does not have the required version or additional components installed, if it has already been installed, there will be an additional green tick in front. Instructions can be used. If you don't meet the requirements, you need to manually install additional software, and if you don't use a certain product, you can continue with MySQL without installing additional software.
If there are some products that you don't need, you don't need to install additional software, just click next. A window will pop up, ignore him, just click yes.
3: Perform the installation
4: Configuration type, according to your own needs, you can choose by yourself!
Developer Machine: Mainly for personal use, it takes up the least resources of the system. Server Machine: Mainly used for FTP, email, web server, etc., which consumes a lot of system resources. Dedicated MySQL Server Machine: It is only used as a MySQL server and does not run other programs. Consumes all available resources of the system.
5: Set the root password, you can also add other accounts, choose according to your needs
6: Select the installed plugin, about this plugin: https://dev.mysql.com/doc/refman/5.7/en/document-store.html, let's go to the next step
7: Start the installation
8: Connect to the MySQL service
(End)
|