MySQL 5.7.33 installation process detailed illustration

MySQL 5.7.33 installation process detailed illustration

Article Directory Download and install the installation package Configure environment variables Check whether the installation is successful

Installation package download

Go directly to the official website to download the official website address https://dev.mysql.com/downloads/windows/installer/5.7.html
(Select 500+M download)

Install

No detailed description can be directly next

Just select default to meet all basic configurations

insert image description here

Select Execute here to configure the environment required for MySQL

insert image description here

Select the last item to call out Logging Option .

insert image description here

Enter your password, it should not be too difficult and easy to remember

insert image description here

Do not have a Chinese name, otherwise it will cause installation errors

insert image description here

There will be an Execute here, click it first and then finish.

insert image description here

Enter the password you just set and check

insert image description here

Click Execute and then finish

insert image description here

After the installation is complete, two windows will pop up, just close them both.

Configuring environment variables

My Computer -> Right Click -> Properties -> Advanced System Settings -> Environment Variables

Create a new variable name in the system variables: MYSQL_HOME
Variable value: C:\Program Files\MySQL\MySQL Server 5.7 (where you installed it)

insert image description here

Find Path in the system variable and create a new %MYSQL_HOME%\bin

insert image description here

Then confirm

Check whether the installation is successful

Press win+r and enter cmd.
Type mysql -uroot -p
If the following phenomenon occurs, the download is successful

insert image description here

This is the end of this article about the installation process of MySQL 5.7.33. For more information about the installation of MySQL 5.7.33, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • MySQL 5.7.30 Installation and Upgrade Issues Detailed Tutorial
  • Detailed steps to install MySQL 5.7 via YUM on CentOS7
  • Detailed graphic and text tutorial on downloading, installing and configuring mysql-5.7.28 under Windows
  • Tutorial on installing MySQL 5.7.28 on CentOS 6.2 (mysql notes)
  • MySQL 5.7.27 installation and configuration method graphic tutorial
  • MySQL5.7.27-winx64 version win10 download and installation tutorial diagram
  • MySQL 5.7 installation and configuration tutorial under CentOS7 64 bit

<<:  Attributes and usage of ins and del tags

>>:  Solution to ES memory overflow when starting docker

Recommend

WeChat applet selects the image control

This article example shares the specific code for...

Detailed explanation of mysql download and installation process

1: Download MySql Official website download addre...

Unzipped version of MYSQL installation and encountered errors and solutions

1 Installation Download the corresponding unzippe...

A brief talk on responsive design

1. What is responsive design? Responsive design i...

Native JS to achieve cool paging effect

This article uses an example to share with you a ...

Sample code for batch deployment of Nginx with Ansible

1.1 Copy the nginx installation package and insta...

Docker commands are implemented so that ordinary users can execute them

After installing docker, there will usually be a ...

How to add links to FLASH in HTML and make it compatible with all major browsers

Look at the code first Copy code The code is as fo...

Vue page monitoring user preview time function implementation code

A recent business involves such a requirement tha...

How MLSQL Stack makes stream debugging easier

Preface A classmate is investigating MLSQL Stack&...

How to install the latest version of docker using deepin apt command

Step 1: Add Ubuntu source Switch to root su root ...

Detailed steps to install nginx on Apple M1 chip and deploy vue project

brew install nginx Apple Mac uses brew to install...

MySQL 5.7.31 64-bit free installation version tutorial diagram

1. Download Download address: https://dev.mysql.c...

JavaScript to implement a simple shopping form

This article shares the specific code of JavaScri...