Detailed tutorial for installing mysql5.7.21 under Windows system

Detailed tutorial for installing mysql5.7.21 under Windows system

MySQL Installer provides an easy-to-use, wizard-based installation experience for all your MySQL software needs. The product contains the latest versions of:

MySQL Server

MySQL Connector

MySQL Workbench and Example Models

Sample Database

MySQL for Excel

MySQL Notifier

MySQL for Visual Studio

document

Tools/Materials: mysql-installer-community-5.7.21.0.msi Link: https://pan.baidu.com/s/1nxmngff Password: g4si

Method/Steps:

1. Search Baidu for MySQL official website download

mysql-installer-web-community online installation

mysql-installer-community local installation

Note: The MySQL installer is 32-bit, but will install both 32-bit and 64-bit binaries.

2. Online installation: Windows (x86, 32-bit), MSI Installer5.7.21

Open and run: mysql-installer-community-5.7.21.0.msi

Check I accept and click next

3. Select the installation method, Choosing a Setup Type Here, select the default installation method first Development, click Next (if you only need MySQL as the database server, select the second Server Only, and select the fourth Full for all installations)

4. Test environment: click execute

5. If something is missing, a pop-up window will pop up automatically to install it. Click to accept and install it.

6. After installation, skip the installation environment here. The two in the list are not needed. Click Yes.

You need to install it manually

7. Click execute to perform the installation

8. The status shows complete, click next

9. Software configuration, click next

10. Default option, click next

The second one is just for testing

11. Enter the root account password

12. Check whether the port is occupied

netstat -ano | findstr "3306"

13. Windows service default, click next

14. MySQL 5.7.21 adds new protocol support, which is implemented through X Plugin. It also adds a new client API. Developers can use the API to use MySQL as the document store server and perform document operations similar to MongoDB, such as supporting CRUD operations. However, the underlying storage still supports the ACID of traditional databases, and the operations themselves are also expanded to standard SQL at the bottom layer. Judging from the current MySQL, the boundary between NOSQL and traditional databases is getting smaller and smaller. Currently this feature is not Production Ready and is recommended only for testing environments.

Optional.

15. Apply the configuration and click execute

16. Application configuration is complete, click finish

17. Connect to the server, enter the root password, and click check

Test success

18. Installation completed

Wonderful topic sharing:

MySQL different versions installation tutorial

MySQL 5.6 installation tutorials for various versions

MySQL 5.7 installation tutorials for various versions

mysql8.0 installation tutorials for various versions

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Detailed tutorial for installing mysql5.7.21 under Windows
  • MySQL 5.7.19 installation tutorial under Windows 10 How to change the root password of MySQL after forgetting it
  • Tutorial on installing mysql5.7.17 on windows10
  • MySQL 5.7 installation tutorial (windows)
  • Detailed graphic tutorial on how to install the unzipped version of MySQL under Windows 10
  • How to install and configure MySQL 8.0.12 decompressed version under Windows 10 with graphic tutorials
  • How to install and uninstall MySQL service under Windows (MySQL 5.6 zip decompression version installation tutorial)
  • Detailed tutorial for installing the unzipped version of mysql5.7.28 winx64 on windows

<<:  Detailed explanation of Nginx static file service configuration and optimization

>>:  Several magical uses of JS ES6 spread operator

Recommend

How to reset the root password in CentOS7

There are various environmental and configuration...

How to delete the container created in Docker

How to delete the container created in Docker 1. ...

Detailed Example of JavaScript Array Methods

Table of contents Introduction Creating an Array ...

CSS pixels and solutions to different mobile screen adaptation issues

Pixel Resolution What we usually call monitor res...

Introduction to Computed Properties in Vue

Table of contents 1. What is a calculated propert...

Complete steps to use mock.js in Vue project

Using mock.js in Vue project Development tool sel...

HTML table markup tutorial (4): border color attribute BORDERCOLOR

To beautify the table, you can set different bord...

A brief discussion on the use of Web Storage API

Table of contents 1. Browser local storage techno...

How to modify the port mapping of a running Docker container

Preface When docker run creates and runs a contai...

Solution to the problem of web page flash animation not displaying

<br />The solution steps are as follows: Sta...

Vue realizes adding watermark to uploaded pictures (upgraded version)

The vue project implements an upgraded version of...

Vue imports Echarts to realize line scatter chart

This article shares the specific code of Vue impo...