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

Docker-compose creates a bridge, adds a subnet, and deletes a network card

1. Create a docker network card [root@i ~]# brctl...

MySql sets the specified user database view query permissions

1. Create a new user: 1. Execute SQL statement to...

Basic use of subqueries in MySQL

Table of contents 1. Subquery definition 2. Subqu...

Detailed explanation of Axios asynchronous communication in Vue

1. First, we create a .json file for interactive ...

VUE implements bottom suction button

This article example shares the specific code of ...

How to install MySQL server community version MySQL 5.7.22 winx64 in win10

Download: http://dev.mysql.com/downloads/mysql/ U...

MySQL import and export backup details

Table of contents 1. Detailed explanation of MySQ...

Optimal web page width and its compatible implementation method

1. When designing a web page, determining the widt...

Example of automatic stop effect after text scrolling

The effect is very simple, just copy the following...

How to display texture at the position of swipe in CocosCreator

Table of contents 1. Project requirements 2. Docu...

Detailed explanation of webpage screenshot function in Vue

Recently, there is a requirement for uploading pi...