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

An article teaches you to write clean JavaScript code

Table of contents 1. Variables Use meaningful nam...

4 ways to implement routing transition effects in Vue

Vue router transitions are a quick and easy way t...

jQuery plugin to implement search history

A jQuery plugin every day - to make search histor...

Detailed process of Vue front-end packaging

Table of contents 1. Add packaging command 2. Run...

MySQL 5.7.17 winx64 installation and configuration method graphic tutorial

Windows installation mysql-5.7.17-winx64.zip meth...

You really need to understand the use of CSS variables var()

When a web project gets bigger and bigger, its CS...

How to set list style attributes in CSS (just read this article)

List style properties There are 2 types of lists ...

Analysis of the HTML writing style and reasons of experienced people

1. Navigation: Unordered List vs. Other Label Ele...

Solution to the problem that Docker cannot stop or delete container services

Preface Today, a developer gave me feedback that ...

How to create https using nginx and Tencent Cloud free certificate

I have been studying how to get https. Recently I...

mysql 8.0.12 winx64 download and installation tutorial

MySQL 8.0.12 download and installation tutorial f...

Detailed steps for quick installation of openshift

The fastest way to experience the latest version ...