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

How to implement parallel downloading of large files in JavaScript

Table of contents 1. HTTP Range Request 1.1 Range...

Specific use of exception filter Exceptionfilter in nestjs

Speaking of Nestjs exception filter, we have to m...

JavaScript Dom implements the principle and example of carousel

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

The whole process of node.js using express to automatically build the project

1. Install the express library and generator Open...

10 Tips to Improve Website Usability

Whether it is a corporate website, a personal blo...

Solution to the ineffective global style of the mini program custom component

Table of contents Too long to read Component styl...

JavaScript implementation of classic snake game

This article shares the specific code of JavaScri...

Example code for hiding element scrollbars using CSS

How can I hide the scrollbars while still being a...

WeChat applet wxs date and time processing implementation example

Table of contents 1. Timestamp to date 2. Convert...

Detailed explanation of webpage screenshot function in Vue

Recently, there is a requirement for uploading pi...

Tomcat common exceptions and solution code examples

The company project was developed in Java and the...

Vue's Render function

Table of contents 1. Nodes, trees, and virtual DO...

Example statements for indexes and constraints in MySQL

Foreign Keys Query which tables the primary key o...

Comprehensive analysis of isolation levels in MySQL

When the database concurrently adds, deletes, and...

HTML5+CSS3 header creation example and update

Last time, we came up with two header layouts, on...