MySQL 5.7.21 installation and configuration tutorial under Window10

MySQL 5.7.21 installation and configuration tutorial under Window10

This article records the installation and configuration methods of MySQL 5.7.21 and shares it with everyone.

1. Download the installation package

Below is the mysql download address for the official windows system

Mysql download address

Click on the page as follows

According to your computer system, select the corresponding MySQL database to download.

After downloading is complete, click the downloaded msi file to directly enter the installation steps




I won’t list the rest one by one. You don’t need to change anything, just install it until it is completed. Just enter the password where it is required.

Congratulations when you are done, your MySQL database is complete.
However, each time you use it, you must enter the mysql installation bin directory before you can enter it through mysql -u root -p, as follows

If you don't want to perform such tedious operations every time, you need to configure the environment variables. Open the computer's control panel-system

Select Advanced system settings

Click on Environment Variables

Find the path in the following system variables and edit it

Just add the bin directory path of your MySQL installation in a new column. It is usually under Program Files on drive C. After configuration, you can use your mysql directly and quickly

這里寫圖片描述

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:
  • MySQL 8.0.20 Window10 free installation version configuration and Navicat management tutorial graphic detailed explanation
  • MySQL 8.0.20 installation and configuration method graphic tutorial under Windows 10
  • Install mysql5.7 graphic tutorial under Window10 (decompressed version)
  • Window10 installation of Oracle19C and SQL Developer graphic tutorial

<<:  How to use Axios asynchronous request API in Vue

>>:  .NETCore Docker implements containerization and private image repository management

Recommend

How to migrate mysql storage location to a new disk

1. Prepare a new disk and format it with the same...

Overview of the definition of HTC components after IE5.0

Before the release of Microsoft IE 5.0, the bigges...

In-depth understanding of MySQL self-connection and join association

1. MySQL self-connection MySQL sometimes needs to...

How to write a MySQL backup script

Preface: The importance of database backup is sel...

JavaScript to achieve progress bar effect

This article example shares the specific code of ...

WeChat applet calculator example

WeChat applet calculator example, for your refere...

Summary of four ways to introduce CSS (sharing)

1. Inline reference: used directly on the label, ...

Example of using nested html pages (frameset usage)

Copy code The code is as follows: <!DOCTYPE ht...

Tutorial on using hyperlink tags in XHTML

Hyperlink, also called "link". Hyperlin...

Navicat for MySql Visual Import CSV File

This article shares the specific code of Navicat ...

Rules for using mysql joint indexes

A joint index is also called a composite index. F...