MySQL 8.0.22 installation and configuration method graphic tutorial

MySQL 8.0.22 installation and configuration method graphic tutorial

This article records the installation and configuration of MySQL 8.0.22 for your reference. The specific contents are as follows

1. Installation

(1) Download from the official website

(2) Install (assuming that MySQL has not been installed before. If it has been installed, the following describes how to uninstall it. If you do not know whether it is installed, you can enter services.msc in the cmd window to check whether there is a MySQL service). Enter the command prompt as an administrator and enter the mysql-8.0.22-winx64/bin directory. Initialize mysqld first with --initialize-insecure and then install with mysqld install .

(3) Installation completed (after startup)

(4) If the installation fails according to the above steps and an error message is displayed indicating that a dll file is missing, it may be that your computer lacks the necessary Microsoft Visual C++. You can download the latest version from the official website. There are also commonly used versions of vc++ collected online, which you can also download from

2. Uninstall

Stop the service first, then open cmd as an administrator, enter the bin directory and enter mysqld remove.

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:
  • Windows free installation MySQL 8.0.28 version graphic tutorial
  • mysql 8.0.28 winx64.zip installation and configuration method graphic tutorial
  • MySQL 8.0.28 installation and configuration tutorial under Windows
  • MySQL 8.0.28 installation and configuration method graphic tutorial
  • How to install MySQL 8.0.28.0.msi on Windows (with pictures and text)
  • Install MySQL 8.0.28 on Kylin V10 and implement remote access
  • MySQL 8.0.22 installation and configuration graphic tutorial
  • MySQL 8.0.22 download, installation and configuration method graphic tutorial
  • MySQL 8.0.18 installation and configuration method graphic tutorial
  • Ubuntu MySQL 8.0.28 installation and configuration method graphic tutorial

<<:  Realize breadcrumb function based on vue-router's matched

>>:  Alibaba Cloud Nginx configures https to implement domain name access project (graphic tutorial)

Recommend

Detailed explanation of the platform bus of Linux driver

Table of contents 1. Introduction to platform bus...

A brief discussion on common operations of MySQL in cmd and python

Environment configuration 1: Install MySQL and ad...

Specific use of CSS content attribute

The content attribute is generally used in the ::...

A complete list of commonly used HTML tags and their characteristics

First of all, you need to know some characteristi...

Some questions about hyperlinks

<br />I am very happy to participate in this...

Centos7 implements sample code for restoring data based on MySQL logs

Introduction Binlog logs, that is, binary log fil...

How can MySQL effectively prevent database deletion and running away?

Table of contents Safe Mode Settings test 1. Upda...

A brief discussion on whether CSS animation will be blocked by JS

The animation part of CSS will be blocked by JS, ...

Interviewer asked how to achieve a fixed aspect ratio in CSS

You may not have had any relevant needs for this ...