MySQL 8.0.25 installation and configuration method graphic tutorial

MySQL 8.0.25 installation and configuration method graphic tutorial

The latest download and installation tutorial of MySQL 8.0.25 is for your reference. The specific contents are as follows

1. Download

MySQL official website Windows system installation package download address

After entering the URL, you can see it on the MySQL official website:


2. Installation

After downloading, double-click to run, and you can see the following interface

Next, choose how to install MySQL:

After clicking next, we continue to configure the MySQL installation path and its data storage path. Please strictly follow 1, 2, 3, 4, 5, 6, 7 and click the corresponding location.

After completing the previous step and clicking Advanced Options, the following interface appears:





After the installation is complete, select Next twice and the following interface will appear:

Here is the configuration of MySQL port number and network configuration. We just select the default one and click Next. If necessary, please refer to: here

After clicking Next:

Here is a way to choose a password. If you choose the first one, you will use the MySQL8.X password setting method to set the password. If you choose the second one, you can use the MySQL5.X method to set the password. We choose the second one.

After setting the password, click Next

After completing the settings, click Next



Green √ indicates successful installation, click Finish
Now we have completed the installation of the latest version of MySQL 8.0.25! ! ! Congratulations!

For more tutorials about MySQL, please click on the topic: "MySQL different versions installation tutorial"

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • MySQL 8.0.25 installation and configuration tutorial under Linux
  • MySQL 8.0.25 decompression version installation and configuration method graphic tutorial
  • MySQL 8.0.25 installation and configuration tutorial under Windows 64 bit (most detailed!)

<<:  Usage and demonstration of ref in Vue

>>:  How to use the HTML form attributes readonly and disabled

Recommend

Example code of CSS responsive layout system

Responsive layout systems are already very common...

File sharing between Ubuntu and Windows under VMware

This article records the method of sharing files ...

Detailed explanation of selinux basic configuration tutorial in Linux

selinux ( Security-Enhanced Linux) is a Linux ker...

How to implement responsive layout in vue-cli

When we are doing front-end development, we will ...

I have compiled a few cool design sites that I think are good.

You must have inspiration to design a website. Goo...

Solution to IDEA not being able to connect to MySQL port number occupation

I can log in to MYSQL normally under the command ...

How to use Linux tr command

01. Command Overview The tr command can replace, ...

Detailed explanation of the new background properties in CSS3

Previously, we knew several attributes of backgro...

MySQL 8.0.12 decompression version installation tutorial

This article shares the installation tutorial of ...

Sample code for implementing markdown automatic numbering with pure CSS

The origin of the problem The first time I paid a...

A brief discussion on macrotasks and microtasks in js

Table of contents 1. About JavaScript 2. JavaScri...

CSS style does not work (the most complete solution summary in history)

When we write pages, we sometimes find that the C...

Detailed explanation of Object.create instance usage in js

1. Create a new object using the Object.create() ...