MySQL8 Installer version graphic tutorial

MySQL8 Installer version graphic tutorial

Installation

The required documents are provided at the bottom

STEP1

Double-click the mysql-installer-web-community-8.0.18.0.msi button

If the following prompt appears, the download may be slow due to network problems. You can choose to skip it without affecting subsequent installation.

STEP 2

After the MySQL Installer installation is complete, enter the main page. To avoid installing too many unnecessary components, select Custom.
PS: To save download time, copy the provided mysql-8.0.18-winx64.msi and mysql-workbench-community-8.0.18-winx64.msi files to the C:\ProgramData\MySQL\MySQL Installer for Windows\Product Cache directory. If you choose to download and install from the Internet, you can skip the step of copying files.

Click Next to enter component selection.

STEP 3

Click the "Edit" button on the right side of the "Filter" box to filter the installation options. In STEP 2, if the file has been copied, check "Already Downloaded", otherwise select 32-bit or 64-bit according to your local operating system to filter.

Select the components you want to install and click Next.

STEP 4

If you need to install the Microsoft runtime environment, please install the provided VC_redist.x64.exe file first and then try again; otherwise, just click Next.
You can also go to https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads to download it.

After the installation is complete, click Next to proceed to the next step

STEP 5

MySQL configures high availability settings, by default.

Port and firewall settings, set as shown below.
Note: Open Windows Firewall ports for network access must be checked, otherwise remote access will not be possible. Show Advanced and Logging Options must be checked, otherwise the default is case-insensitive.

Authentication method, default.

Account role settings, just enter the password.
Note: The root account does not allow remote access by default. If you need remote access, please add other users and select "%" for HOST

The service name is not important, just use the default.

It doesn’t matter, just accept it.

Select "Preserve Given Case" to make it case sensitive.

Execute, all the way to the next step.

Summarize

This is the end of this article about the graphic tutorial of MySQL8 Installer version. For more relevant content about MySQL8 Installer version, 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:
  • Linux system MySQL8.0.19 quick installation and configuration tutorial diagram
  • Detailed tutorial on installing MySQL 8.0.19 in zip version on win10
  • MySql Installer 8.0.18 Visual Installation Tutorial with Pictures and Text
  • Tutorial diagram of installing MySQL service through MySQL Installer under Windows
  • MySQL Installer Community 5.7.16 installation detailed tutorial
  • mysql installer community 8.0.12.0 installation graphic tutorial

<<:  Implementation of nginx proxy port 80 to port 443

>>:  Basic usage of custom directives in Vue

Recommend

How to use docker+devpi to build local pypi source

Some time ago, I needed to use pip downloads freq...

How to deploy Vue project using Docker image + nginx

1. Packaging Vue project Enter the following name...

Implementing simple chat room dialogue based on websocket

This article shares the specific code for impleme...

The difference between MySQL execute, executeUpdate and executeQuery

The differences among execute, executeUpdate, and...

Example of implementing skeleton screen with Vue

Table of contents Skeleton screen use Vue archite...

Detailed explanation of nginx forward proxy and reverse proxy

Table of contents Forward Proxy nginx reverse pro...

Docker cleaning killer/Docker overlay file takes up too much disk space

[Looking at all the migration files on the Intern...

Detailed explanation of location and rewrite usage in nginx

1. Summary of location usage Location can locate ...

The latest mysql-5.7.21 installation and configuration method

1. Unzip the downloaded MySQL compressed package ...

Summary of MySQL composite indexes

Table of contents 1. Background 2. Understanding ...

React implements a general skeleton screen component example

Table of contents What is a skeleton screen? Demo...

Solution to the problem that the InnoDB engine is disabled when MySQL is started

Find the problem Today at work, when copying tabl...