mysql8.0.23 msi installation super detailed tutorial

mysql8.0.23 msi installation super detailed tutorial

1. Download and install MySql

Download MySql database from the official website. Download link: https://dev.mysql.com/downloads/file/?id=501541

insert image description here

Install MySql
2.1 Click Run

insert image description here

2.2 Select Custom Installation and click Next

insert image description here

2.3 Add MySql Servers to the right side. In the fifth step, change the installation path. People with stubborn heads are not afraid of warnings, so don't be afraid.

insert image description here

2.4 Then keep pressing the next step and set your password here. If you can’t remember it, you’re doomed (you can only try again)

insert image description here

2.5 Keep clicking until finish

2. Environment Configuration

1. Two environment variables need to be configured here
1.1 Create a new system variable MYSQL_HOME. The variable value is the MYSQL installation path you changed above.
1.2 Edit path and add a variable value %MYSQL_HOME%\bin

3. Test whether the MySql environment variables are configured

1. Win+r, enter cmd and press Enter

2. Enter mysql -u root -p and press Enter, then enter your own password to log in to the database

insert image description here

4. Uninstall MYSQL

1. Find: MySQL Installer - Community (usually in the start menu), just click next

insert image description here

This is the end of this article about the super detailed tutorial on mysql8.0.23 msi installation. For more relevant mysql8.0.23 msi installation content, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • MySQL 8.0.24 version installation and configuration method graphic tutorial
  • MySQL 8.0.24 installation and configuration method graphic tutorial
  • Some improvements in MySQL 8.0.24 Release Note
  • Detailed steps for Java to connect to MySQL 8.0 JDBC (IDEA version)
  • Detailed analysis of MySQL 8.0 memory consumption
  • Detailed graphic description of MySql8.023 installation process (first installation)
  • MySQL 8.0 New Features - Introduction to the Use of Management Port
  • MySQL 8.0 New Features - Introduction to Check Constraints
  • MySQL 8.0.23 free installation version configuration detailed tutorial
  • How to install mysql8.0.23 under win10 and solve the problem of "the service does not respond to the control function"
  • Basic operations on invisible columns in MySQL 8.0

<<:  js array fill() filling method

>>:  The difference between Readonly and Disabled

Recommend

Detailed Analysis of Explain Execution Plan in MySQL

Preface How to write efficient SQL statements is ...

HTML table tag tutorial (13): internal border style attributes RULES

RULES can be used to control the style of the int...

Vue+Vant implements the top search bar

This article example shares the specific code of ...

How to set the page you are viewing to not allow Baidu to save its snapshot

Today, when I searched for a page on Baidu, becaus...

Solution to interface deformation when setting frameset height

Currently I have made a project, the interface is ...

A brief discussion on group by in MySQL

Table of contents 1. Introduction 2. Prepare the ...

How to configure CDN scheduling using Nginx_geo module

Introducing the Geo module of Nginx The geo direc...

How to deploy nodejs service using Dockerfile

Initialize Dockerfile Assuming our project is nam...

Nginx uses the Gzip algorithm to compress messages

What is HTTP Compression Sometimes, relatively la...

Vue+video.js implements video playlist

This article shares the specific code of vue+vide...

How to implement Docker Registry to build a private image warehouse

The image of the microservice will be uploaded to...

Solve the mobile terminal jump problem (CSS transition, target pseudo-class)

Preface Many friends who have just come into cont...

Sample code of uniapp vue and nvue carousel components

The vue part is as follows: <template> <...

A detailed tutorial on using Docker to build a complete development environment

Introduction to DNMP DNMP (Docker + Nginx + MySQL...

W3C Tutorial (14): W3C RDF and OWL Activities

RDF and OWL are two important semantic web techno...