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

Learn more about the most commonly used JavaScript events

Table of contents JavaScript events: Commonly use...

Detailed explanation of various ways to merge javascript objects

Table of contents Various ways to merge objects (...

Vite+Electron to quickly build VUE3 desktop applications

Table of contents 1. Introduction 2. Create a Vit...

JavaScript imitates Jingdong magnifying glass special effects

This article shares the specific code of JavaScri...

jQuery realizes dynamic particle effect

This article shares the specific code of jQuery t...

Detailed explanation of execution context and call stack in JavaScript

Table of contents 1. What is the execution contex...

URL Rewrite Module 2.1 URL Rewrite Module Rule Writing

Table of contents Prerequisites Setting up a test...

Introduction to the process of creating TCP connection in Linux system

Table of contents Steps to create TCP in Linux Se...

Comparative Analysis of IN and Exists in MySQL Statements

Background Recently, when writing SQL statements,...

Detailed tutorial on downloading mysql on Windows 10

MySQL versions are divided into Enterprise Editio...

Nginx local directory mapping implementation code example

Sometimes you need to access some static resource...

Detailed explanation of Linux server status and performance related commands

Server Status Analysis View Linux server CPU deta...

Node.js solves the problem of Chinese garbled characters in client request data

Node.js solves the problem of Chinese garbled cha...

Implementation of dynamic particle background plugin for Vue login page

Table of contents The dynamic particle effects ar...