mysql installer community 8.0.16.0 installation and configuration graphic tutorial

mysql installer community 8.0.16.0 installation and configuration graphic tutorial

mysql installer community 8.0.16.0 installation graphic tutorial, for your reference, the specific content is as follows

1. Download mysql-installer-community-8.0.16.0.msi

2. Install mysql-installer-community-8.0.16.0.msi

1. Click the installation package to enter the installation page and select I accept the license terms

2. Keep clicking next. When you see this page, click yes, then click execute and wait for the installation.

3. After the installation is successful, keep clicking next. When you encounter the following window, set the password for the root user or add a user yourself.

4. After setting the username and password, click next, then click execute

5. Click finish to enter the configuration wizard

6. Keep clicking next, then when you see this window, enter your password, click check, then click next, then click execute, and click next when you are done.

7. Click finish, click next again, click finish again, and then MySQL Workbench will automatically start

8. Right-click "My Computer" - "Properties" - "Advanced" - "Environment Variables" - "System Variables" - double-click "Path" - add the mysql path "C:\Program Files\MySQL\MySQL Server 8.0\bin" - click "OK" and then test it in DOS:

Type mysql -u root -p

Enter the password to start the mysql command line window

Wonderful topic sharing:

MySQL different versions installation tutorial

MySQL 5.7 installation tutorials for various versions

MySQL 5.6 installation tutorials for various versions

mysql8.0 installation tutorials for various versions

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 Installer Community 5.7.16 installation detailed tutorial
  • mysql installer web community 5.7.21.0.msi installation graphic tutorial
  • mysql installer community 8.0.12.0 installation graphic tutorial
  • Solution to MySQL Installer is running in Community mode
  • MySQL Community Server 8.0.11 installation and configuration method graphic tutorial
  • Installation of mysql-community-server. 5.7.18-1.el6 under centos 6.5
  • Unity connects to MySQL and reads table data implementation code

<<:  Commands to find domain IP address in Linux terminal (five methods)

>>:  A simple way to implement all functions of shopping cart in Vue

Recommend

Detailed explanation of HTML basics (Part 1)

1. Understand the WEB Web pages are mainly compos...

Where is the project location deployed by IntelliJ IDEA using Tomcat?

After IntelliJ IDEA deploys a Javaweb project usi...

Understanding Nginx Current Limitation in One Article (Simple Implementation)

Nginx is now one of the most popular load balance...

MySQL 5.7.11 zip installation and configuration method graphic tutorial

1. Download the MySQL 5.7.11 zip installation pac...

CSS3 simple cutting carousel picture implementation code

Implementation ideas First, create a parent conta...

Example code for css3 to achieve scroll bar beautification effect

The specific code is as follows: /*Scroll bar wid...

An article to understand what is MySQL Index Pushdown (ICP)

Table of contents 1. Introduction 2. Principle II...

Play and save WeChat public account recording files (convert amr files to mp3)

Table of contents Audio transcoding tools princip...

How to set and get the number of Mysql connections

Get the number of connections --- Get the maximum...

CSS3 custom scroll bar style::webkit-scrollbar sample code detailed explanation

The default scroll bar style in Windows is ugly, ...

Specific use of ES6 array copy and fill methods copyWithin() and fill()

Table of contents Batch copy copyWithin() Fill ar...

A brief discussion on the design and optimization of MySQL tree structure tables

Preface In many management and office systems, tr...

HTML+CSS+JavaScript to achieve list loop scrolling example code

Description: Set a timer to replace the content of...

Web Design Help: Web Font Size Data Reference

<br />The content is reproduced from the Int...

Writing a rock-paper-scissors game in JavaScript

This article shares the specific code for writing...