MySQL msi installation tutorial under windows10 with pictures and text

MySQL msi installation tutorial under windows10 with pictures and text

1. Download

1. Click the latest download from the MySQL msi official website or copy the link https://dev.mysql.com/downloads/windows/installer/.

2. Download according to your needs. Here we choose Windows (x86, 32-bit), MSI Installer (mysql-installer-web-community-8.0.19.0.msi) [Note] mysql-installer-web-community-8.0.19.0.msi 18.6M is an online installation and must be installed online; mysql-installer-community-8.0.19.0.msi 398.9M is an offline installation. It is generally recommended to download the version for offline installation, but here we choose to install it online.

insert image description here

3. Click **No thanks, just start my download.** to download directly

insert image description here

4. Download completed

insert image description here

【Note: Or you can directly click on the Baidu Cloud link:

Link: https://pan.baidu.com/s/1Rvn9yLYZ78ECCkBLuvF_Xw Extraction code: 8spm

Download mysql-installer-community-8.0.19.0.msi]

2. Installation

1. Select the product you want to install. If you want to change the installation location, click Advanced Options to change it. Click Next

insert image description here

insert image description here

2. Click Next.

insert image description here

3. Click Execute to start downloading.

insert image description here

4. All Products have green check marks in front of them, which means they have been downloaded. Click Next.

insert image description here

5. Click Next.

insert image description here

6. Select Next.

insert image description here

7. Select Next.

insert image description here

8. Select Next.

insert image description here

9. Fill in the root password twice here, be sure to remember the password! (If you need to create other users, just click Add User to add them). Select Next.

insert image description here

10. Select Next.

insert image description here

11. Select Execute.

insert image description here

12. After putting a green check mark in all the circles, the configuration is complete. Select Finish.

insert image description here

13. Select Next.

insert image description here

14. Select Finish.

insert image description here

15. The installation is complete. Can be accessed from MySQL Workbench CE or MySQL Command Line Client.

insert image description here

insert image description here

If you want to access it directly using the mysql command on the command line, you need to configure it in the system variables, otherwise an error will be reported: 'mysql' is not recognized as an internal or external command, operable program or batch file. .

insert image description here

3. Configure environment variables

Add the path where mysql.exe is located in Environment Variables->System Variables->PATH

insert image description here

At this time, you can access the mysql database in the command line.

insert image description here

Summarize

This is the end of this article about the detailed graphic tutorial of MySQL msi installation tutorial under Windows 10. For more relevant Windows 10 MySQL 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:
  • The latest version of MySQL 8.0.22 download and installation super detailed tutorial (Windows 64 bit)
  • MySQL 8.0.21 installation tutorial under Windows system (illustration and text)
  • MySQL 8.0.20 Installation Tutorial with Pictures and Text (Windows 64-bit)
  • How to install MySQL 8.0.28.0.msi on Windows (with pictures and text)

<<:  Example code for configuring monitoring items and aggregated graphics in Zabbix

>>:  A brief discussion on how to cancel requests and prevent duplicate requests in axios

Recommend

How to modify the scroll bar style in Vue

Table of contents First of all, you need to know ...

HTML form submission method case study

To summarize the form submission method: 1. Use t...

JS ES new feature of variable decoupling assignment

Table of contents 1. Decoupled assignment of arra...

About if contains comma expression in JavaScript

Sometimes you will see English commas ",&quo...

Vue3 compilation process-source code analysis

Preface: Vue3 has been released for a long time. ...

MySQL 5.7.20 Green Edition Installation Detailed Graphic Tutorial

First, let’s understand what MySQL is? MySQL is a...

WeChat applet implements user login module server construction

I chose node.js to build the server. Friends who ...

How to display web pages properly in various resolutions and browsers

The key codes are as follows: Copy code The code i...

Vue implements login verification code

This article example shares the specific code of ...

Linux redis-Sentinel configuration details

download Download address: https://redis.io/downl...