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

Complete step record of vue encapsulation TabBar component

Table of contents Implementation ideas: Step 1: C...

How to Easily Remove Source Installed Packages in Linux

Step 1: Install Stow In this example, we are usin...

Detailed explanation of the difference between JavaScript onclick and click

Table of contents Why is addEventListener needed?...

MySQL trigger definition and usage simple example

This article describes the definition and usage o...

Hbase installation and configuration tutorial under Linux

Table of contents Hbase installation and configur...

Implementation of installing Docker in win10 environment

1. Enter the Docker official website First, go to...

Example code for configuring monitoring items and aggregated graphics in Zabbix

1. Install Zabbix Agent to monitor the local mach...

Linux service monitoring and operation and maintenance

Table of contents 1. Install the psutil package S...

Detailed explanation of MySQL backup and recovery practice of mysqlbackup

1. Introduction to mysqlbackup mysqlbackup is the...

Baota Linux panel command list

Table of contents Install Pagoda Management Pagod...

How to set up Spring Boot using Docker layered packaging

The Spring Boot project uses docker containers, j...