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

Detailed explanation of Vue's SSR server-side rendering example

Why use Server-Side Rendering (SSR) Better SEO, s...

Implementation of one-click TLS encryption for docker remote api

Table of contents 1. Change the 2375 port of Dock...

How to encapsulate axios in Vue project (unified management of http requests)

1. Requirements When using the Vue.js framework t...

Summary of several submission methods of HTML forms

The most common, most commonly used and most gener...

Summary of flex layout compatibility issues

1. W3C versions of flex 2009 version Flag: displa...

Introduction to common commands and shortcut keys in Linux

Table of contents 1 System Introduction 2 System ...

Introduction to HTML link anchor tags and their role in SEO

The <a> tag is mainly used to define links ...

SQL implements LeetCode (180. Continuous numbers)

[LeetCode] 180. Consecutive Numbers Write a SQL q...

Basic tutorial on using explain statement in MySQL

Table of contents 1. Overview 1. Explain statemen...

HTML Basics Must-Read - Comprehensive Understanding of CSS Style Sheets

CSS (Cascading Style Sheet) is used to beautify H...

How to generate mysql primary key id (self-increment, unique and irregular)

Table of contents 1. Use the uuid function to gen...

Docker MQTT installation and use tutorial

Introduction to MQTT MQTT (Message Queuing Teleme...