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

Vue implements the full selection function

This article example shares the specific code of ...

MySQL integrity constraints definition and example tutorial

Table of contents Integrity constraints Definitio...

Vue implements sending emoticons in chat box

The specific code for sending emoticons in the vu...

Detailed tutorial on how to quickly install Zookeeper in Docker

Docker Quickly Install Zookeeper I haven't us...

The difference between char and varchar in MYSQL

CHAR and VARCHAR types are similar, differing pri...

Repair solution for inconsistent MySQL GTID master and slave

Table of contents Solution 1: Rebuild Replicas Pr...

JavaScript to achieve the effect of tab bar switching

Tab bar: Click different tabs to display differen...

Summary of Docker common commands and tips

Installation Script Ubuntu / CentOS There seems t...

Two simple ways to remove text watermarks from web pages

<br /> When we browse certain websites and s...

MySQL trigger usage scenarios and method examples

trigger: Trigger usage scenarios and correspondin...

Query the data of the day before the current time interval in MySQL

1. Background In actual projects, we will encount...

How to use the realip module in Nginx basic learning

Preface There are two types of nginx modules, off...

In-depth understanding of javascript class array

js array is probably familiar to everyone, becaus...