MySQL 8.0.11 compressed version installation tutorial

MySQL 8.0.11 compressed version installation tutorial

This article shares the installation tutorial of MySQL 8.0.11 for your reference. The specific contents are as follows

1. Configure environment variables

Usually other tutorials configure environment variables later, which may easily lead to the error "mysqld is not recognized as an internal or external command, operable program or batch file." So we add the environment variables first.

mysql8.0.11 download address

1. Find the system environment variable settings


Create a new MYSQL_HOME variable and set its value to: F:\mysql-8.0.11 (your own decompression directory, you can use the 60 directory);

Edit the path system variable and add %MYSQL_HOME%\bin (this can be copied directly) to the path variable.

2. Install MySQL

Open cmd (command prompt) with administrator privileges, switch disks first, then jump to the directory

Installation command mysqld Install (if you do not have administrator privileges, you may get an error when opening cmd)

3. Start MySQL

First, execute in the mysql unzip bin directory

mysqld --initialize-insecure --user=mysql (old versions do not need this command)

Start mysql

net start mysql (if you do not execute the previous step, it will prompt that it cannot be started and there will be no error)

4. Enter mysql

mysql -u root -p, the password is empty by default.

5. Graphical interface

Navicat is recommended

Wonderful topic sharing: Installation tutorials for different versions of MySQL Installation tutorials for MySQL 5.7 versions Installation tutorials for MySQL 5.6 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:
  • Tutorial on installing the latest MySQL 8.0.18 using a compressed package on Win10 64-bit (with pictures and text)
  • MySQL 8.0.11 compressed version installation and configuration method graphic tutorial
  • MySQL compressed package installation and configuration method graphic tutorial
  • Complete steps to reset the root user password in mysql8
  • How to reset the root password in mysql8.0.12
  • Mysql 8.0 installation and password reset issues
  • How to reset MySQL root password under Windows
  • Detailed method for forgetting the root password or resetting the password in Mysql 5.7
  • How to reset the MySQL password after forgetting it in Mac operating system
  • What should I do if I forget my MySQL password? How to reset MySQL root password
  • Pitfalls encountered when installing MySQL 8.0.18 compressed package and resetting forgotten passwords

<<:  A brief analysis of the examples and differences of using nohup and screen to run background tasks in Linux

>>:  Gallery function implemented by native Js

Recommend

MySQL master-slave principle and configuration details

MySQL master-slave configuration and principle, f...

Sharing tips on using Frameset to center the widescreen

Copy code The code is as follows: <frameset co...

How to quickly deploy Gitlab using Docker

1. Download the gitlab image docker pull gitlab/g...

Detailed explanation of custom configuration of docker official mysql image

In order to save installation time, I used the of...

Introduction to the common API usage of Vue3

Table of contents Changes in the life cycle react...

How to add fields to a large data table in MySQL

Preface I believe everyone is familiar with addin...

Overview and Introduction to Linux Operating System

Table of contents 1. What is an Operating System ...

How to install ZSH terminal in CentOS 7.x

1. Install basic components First, execute the yu...

XHTML Getting Started Tutorial: XHTML Tags

Introduction to XHTML tags <br />Perhaps you...

Example code for implementing simple ListViews effect in html

HTML to achieve simple ListViews effect Result: c...

Steps to create a WEBSERVER using NODE.JS

Table of contents What is nodejs Install NodeJS H...

Sample code for automatic web page refresh and automatic jump

Automatic web page refresh: Add the following code...

MySQL 5.7.19 installation and configuration method graphic tutorial (win10)

Detailed tutorial on downloading and installing M...