MySQL 8.0.12 installation steps and basic usage tutorial under Windows

MySQL 8.0.12 installation steps and basic usage tutorial under Windows

This article shares the installation steps and usage tutorials of MySQL 8.0.12 under Windows for your reference. The specific contents are as follows

1. Download SQL from the official website.

(1.1) Download address

After opening the webpage, click go to download page as shown below:

(1.2) Then select the second 'Windows (x86, 32-bit), MSI Installer' and click 'download'

(1.3) Click 'No thanks, just start my download.' as shown below

2. Install

(2.1) After downloading, install it, enter the license agreement interface, check 'I accept the license terms', and then click 'next'

(2.2) In the "Choosing a setup type" interface, select "developer default" by default, then click "next"

(2.3) In the check requirements interface, click execute first, then click 'next'

(2.4) Select 'yes' in the pop-up prompt box

(2.5) On the installation interface, click 'execute'. After completion, click next.

(2.6) Click 'next' on the product configuration interface

(2.7) Click 'next' on the group replication interface

(2.8) Click 'next' on the type and networkig interface

(2.9) Click 'next' on the authentication method screen

(2.10) Accounts and roles interface, enter your password and confirm it again

(2.11) On the windows services interface, click 'next'

(2.12) In the apply configuration interface, click execute, then click finish

(2.13) Product configuration interface, click next

(2.14) Click finish on the mysql router configuration interface, then click 'next'

(2.15) On the connect to server interface, enter the password, click check, and then click next.

(2.16) On the apply configuration screen, click execute, and then click finish. Installation Complete

3.SQL Operation

(3.1) Click local instance mysql…

(3.2) Enter the password and click OK

(3.3) Click the Create Database menu

(3.4) Create a table and fill in data

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • MySQL 8.0.12 installation and configuration method graphic tutorial
  • mysql installer community 8.0.12.0 installation graphic tutorial
  • MySQL 8.0.12 winx64 detailed installation tutorial
  • MySQL 8.0.12 decompression version installation tutorial personal test!
  • MySQL 8.0.12 installation configuration method and password change
  • MySQL 8.0.12 installation and configuration method graphic tutorial (Windows version)
  • MySQL 8.0.12 decompression version installation tutorial
  • CentOS7 uses yum to install mysql 8.0.12
  • MySQL 8.0.12 installation and configuration method graphic tutorial (windows10)
  • MySQL Community Server 8.0.12 installation and configuration method graphic tutorial

<<:  Linux firewall iptables detailed introduction, configuration method and case

>>:  Best Practices for Implementing Simple Jira Projects with React+TS

Recommend

Windows system mysql5.7.18 installation graphic tutorial

MySQL installation tutorial for Windows system do...

Use js to call js functions in iframe pages

Recently, I have been working on thesis proposals ...

Detailed explanation of the pitfalls of nginx proxy socket.io service

Table of contents Nginx proxies two socket.io ser...

Detailed explanation of common commands in Docker repository

Log in docker login Complete the registration and...

Three ways to configure JNDI data source in Tomcat

In my past work, the development server was gener...

Introducing ECharts into the Vue project

Table of contents 1. Installation 2. Introduction...

JavaScript data structure bidirectional linked list

A singly linked list can only be traversed from t...

Samba server configuration under Centos7 (actual combat)

Samba Overview Samba is a free software that impl...

MySQL decimal unsigned update negative numbers converted to 0

Today, when verifying the concurrency problem of ...

How to configure Hexo and GitHub to bind a custom domain name under Windows 10

Hexo binds a custom domain name to GitHub under W...

MySQL foreign key constraint (FOREIGN KEY) case explanation

MySQL foreign key constraint (FOREIGN KEY) is a s...

Vue implements upload component

Table of contents 1. Introduction 2. Ideas Two wa...