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

Pure CSS to achieve left and right drag to change the layout size

Utilize the browser's non- overflow:auto elem...

CSS3 realizes the mask barrage function

Recently I saw a barrage effect on B station call...

JavaScript Dom implements the principle and example of carousel

If we want to make a carousel, we must first unde...

How to set up automatic daily database backup in Linux

This article takes Centos7.6 system and Oracle11g...

About the overlap of margin value and vertical margin in CSS

Margin of parallel boxes (overlap of double margi...

Implementation steps for docker deployment lnmp-wordpress

Table of contents 1. Experimental Environment 2. ...

WeChat applet realizes the effect of shaking the sieve

This article shares the specific code of the WeCh...

HTML+CSS to achieve simple navigation bar function

Without further ado, I'll go straight to the ...

About Zabbix forget admin login password reset password

The problem of resetting the password for Zabbix ...

Vue Basic Tutorial: Conditional Rendering and List Rendering

Table of contents Preface 1.1 Function 1.2 How to...

Pure HTML+CSS to achieve Element loading effect

This is the effect of the Element UI loading comp...

What are the benefits of semantic HTML structure?

one: 1. Semantic tags are just HTML, there is no ...

vue element el-transfer adds drag function

The Core Asset Management Project requires el-tra...

ul list tag design web page multi-column layout

I suddenly thought of this method when I was writi...

Detailed explanation of CSS3 animation and new features of HTML5

1. CSS3 animation ☺CSS3 animations are much easie...