MySQL Server 8.0.13.0 Installation Tutorial with Pictures and Text

MySQL Server 8.0.13.0 Installation Tutorial with Pictures and Text

Install 8.0.13 based on MySQL 6.1.3.

MySQL 8.0.13 download address: https://dev.mysql.com/downloads/windows/installer/8.0.html

insert image description here

You can directly download the 313.8M .msi file.

After downloading, as shown below:

insert image description here

Double-click to install directly. If the following error occurs, you can update the corresponding .net framework in 360

insert image description here

Agree to the agreement and proceed to the next step

insert image description here Next, click next without making any changes.

Based on the installed version, select add to add it.

insert image description here

Select the mysql server option

insert image description here

Add the version that requires 8.0 to the right

insert image description here

Click next

insert image description here

Click the Execute button

insert image description here

Click next

insert image description here

If another version of MySQL is installed, a yellow exclamation mark will appear at the port position. You can change the version number to 3308.

insert image description here

If no other version is installed, click Next.

insert image description here

Just default

insert image description here

Enter a password that you need to remember.

insert image description here

The following operations are all left as default. Click next until finish. The final result

insert image description here

Verify that the installation was successful.

Run mysql server 8.0

insert image description here

After entering the password, you can enter. And enter show databases; to view the tables in the database, pay attention to the semicolon;

insert image description here

Enter show variables like “%char%”, to view the installation path. Find the .bin file in the path and add it to the system environment configuration path.

insert image description here

Right click on the computer -> Properties -> Advanced System Settings -> Environment Variables, and add the path of the bin file.

insert image description here

You can run mysql in cmd. Type mysql -uroot -p

insert image description here

Summarize

The above is the detailed graphic and text explanation of the MySQL Server 8.0.13.0 installation tutorial introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time!

You may also be interested in:
  • MySQL server 5.7.20 installation and configuration method graphic tutorial
  • MySQL Community Server 8.0.12 installation and configuration method graphic tutorial
  • MySQL Community Server 8.0.11 installation and configuration method graphic tutorial
  • Ubuntu Server 16.04 MySQL 8.0 installation and configuration graphic tutorial
  • MySQL5.7.17 winx64 installation version configuration method graphic tutorial under Windows server 2008 r2
  • MySQL Community Server 5.7.19 Installation Guide (Detailed)
  • Detailed tutorial on installing MySQL 5.7.19 decompressed version on Windows Server 2016
  • Windows Server 2016 MySQL database installation and configuration detailed installation tutorial
  • Windows Server 2008 64-bit MySQL5.6 installation-free version configuration method diagram

<<:  Detailed explanation of nginx front-end distribution method based on $remote_addr

>>:  Detailed explanation of how to use the Vue license plate input component

Recommend

Teach you about react routing in five minutes

Table of contents What is Routing Basic use of pu...

What does mysql database do?

MySQL is a relational database management system....

Web2.0: Causes and Solutions of Information Overload

<br />Information duplication, information o...

Tutorial on how to install htop on CentOS 8

If you are looking to monitor your system interac...

How to use xshell to connect to Linux in VMware (2 methods)

【Foreword】 Recently I want to stress test ITOO...

How to configure whitelist access in mysql

Steps to configure whitelist access in mysql 1. L...

How to use nginx to simulate canary release

This article introduces blue-green deployment and...

MySQL scheduled database backup operation example

This article describes the example of MySQL sched...

How to build sonarqube using docker

Table of contents 1. Install Docker 2. Install so...

Fixed table width table-layout: fixed

In order to make the table fill the screen (the re...

Detailed explanation of how to access MySQL database remotely through Workbench

Preface Workbench is installed on one computer, a...