MySQL 8.0.22 winx64 installation and configuration graphic tutorial

MySQL 8.0.22 winx64 installation and configuration graphic tutorial

mysql 8.0.22 winx64 installation and configuration graphic tutorial for your reference, the specific content is as follows

1. Download

Go to the MySQL official website to download, or click to download directly

2. Installation

1. As an administrator - find the location of the file - cd bin
2. Type the command mysqld --initialize-insecure

3. Type the command mysqld install
4. Displays "Service successfully installed". This indicates that the installation is successful.

3. Start

1. Type the command net start mysql

2. Type the command mysql -hlocalhost -uroot -p

3. Test select version(); (with semicolon)

4. Exit

4. Installation successful

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 8.0.24 version installation and configuration method graphic tutorial
  • MySQL 8.0.24 installation and configuration method graphic tutorial
  • MySQL 8.0.23 free installation version configuration detailed tutorial
  • MySQL 8.0.23 installation and configuration method graphic tutorial under win10
  • MySQL 8.0.22 compressed package complete installation and configuration tutorial diagram (tested and effective)
  • Detailed tutorial on installing and configuring MySql5.7 on Ubuntu 20.04
  • 10 performance configuration items that need to be adjusted after installing MySQL
  • MySQL 8.0.22 zip compressed package version (free installation) download, installation and configuration steps detailed
  • Super detailed MySQL8.0.22 installation and configuration tutorial
  • MySQL 8.0.22.0 download, installation and configuration method graphic tutorial
  • CenOS6.7 mysql 8.0.22 installation and configuration method graphic tutorial
  • MySQL 8.0.22 installation and configuration method graphic tutorial under Windows 10
  • MySQL 5.5.27 winx64 installation and configuration method graphic tutorial
  • MySQL 8.0.22 winx64 installation and configuration method graphic tutorial
  • MySQL 8.0.22 download, installation and configuration method graphic tutorial
  • MySQL 8.0.22 installation and configuration graphic tutorial
  • MySQL 8.0.22 installation and configuration method graphic tutorial
  • Detailed tutorial on installation and configuration of compressed version of MySQL database

<<:  HTML background image and background color_PowerNode Java Academy

>>:  A brief analysis of the differences between Vue's commonly used instructions v-if and v-show

Recommend

Detailed analysis of each stage of nginx's http request processing

When writing the HTTP module of nginx, it is nece...

MySQL 8.0.11 Installation Tutorial under Windows

This article records the installation tutorial of...

Summary of commonly used multi-table modification statements in Mysql and Oracle

I saw this question in the SQL training question ...

Design theory: people-oriented green design

Reflections on the two viewpoints of “people-orie...

Mysql solves the database N+1 query problem

Introduction In orm frameworks, such as hibernate...

Summary of the execution issues between mysql max and where

Execution problem between mysql max and where Exe...

A graphic tutorial on how to install MySQL in Windows

Abstract: This article mainly explains how to ins...

Implementation steps for building FastDFS file server in Linux

Table of contents 1. Software Package 2. Install ...

Navicat for MySql Visual Import CSV File

This article shares the specific code of Navicat ...

HTML+VUE paging to achieve cool IoT large screen function

Effect demo.html <html> <head> <me...

How to implement dual-machine master and backup with Nginx+Keepalived

Preface First, let me introduce Keepalived, which...

Simple usage of MySQL temporary tables

MySQL temporary tables are very useful when we ne...

Vue uses echarts to draw an organizational chart

Yesterday, I wrote a blog about the circular prog...

Three ways to implement animation in CSS3

This is a test of the interviewee's basic kno...