MySQL 8.0.12 decompression version installation tutorial

MySQL 8.0.12 decompression version installation tutorial

This article shares the installation tutorial of MySQL 8.0.12 decompression version for your reference. The specific content is as follows

1. First, download the compressed package of mysql8.0.12 from the official website: Download address

2. After the download is successful, unzip it to any directory, for example, mine is E:\download\mysql-8.0.12-winx64;

3. Configure the environment variables and add the directory where the unzipped bin folder is located at the end of the system variable path: E:\download\mysql-8.0.12-winx64\mysql-8.0.12-winx64;

4. Run cmd as an administrator. If you are not an administrator, you cannot register the MySQL service;

5. In cmd, enter the bin directory of the file you just unzipped, for example: E:\download\mysql-8.0.12-winx64\mysql-8.0.12-winx64\bin, and run the mysqld --initialize-insecure --user=mysql command. If no error is reported, the execution is successful;

6. Also in the bin directory, execute mysqld --install mysql --defaults-file=E:\download\mysql-8.0.12-winx64\mysql-8.0.12-winx64\my.ini to register the MySQL service. If the following interface appears, it means that the registration is successful;

7. Start the mysql service: net start mysql;

8. You can check the status of MySQL in the computer's services.

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.12 decompression version installation tutorial personal test!
  • mysql8.0.0 winx64.zip decompression version installation and configuration tutorial
  • MySQL v5.7.18 decompression version installation detailed tutorial
  • Detailed graphic instructions for downloading and installing the unzipped version of MySQL 5.7.18 and starting the MySQL service
  • MySQL 8.0.13 decompression version installation and configuration method graphic tutorial
  • How to install and configure MySQL 8.0.12 decompressed version under Windows 10 with graphic tutorials
  • MySQL latest version 8.0.17 decompression version installation tutorial
  • MySQL 8.0.15 winx64 decompression version installation and configuration method graphic tutorial
  • MySQL 8.0.12 winx64 decompression version installation graphic tutorial
  • MySQL 8.0 decompression version download installation and configuration example tutorial

<<:  Detailed explanation of how to use awk in Linux

>>:  Implementation code of jquery step progress axis plug-in

Recommend

React sample code to implement login form

As a Vue user, it's time to expand React. Fro...

MySQL 5.7.19 winx64 free installation version configuration tutorial

mysql-5.7.19-winx64 installation-free version con...

Detailed explanation of the role of key in React

Table of contents Question: When the button is cl...

How to use CSS media query aspect-ratio less

CSS media query has a very convenient aspect rati...

Two ways to implement square div using CSS

Goal: Create a square whose side length is equal ...

MySQL query data by hour, fill in 0 if there is no data

Demand background A statistical interface, the fr...

Ubuntu View and modify mysql login name and password, install phpmyadmin

After installing MySQL, enter mysql -u root -p in...

Detailed graphic tutorial on installing centos7 virtual machine in Virtualbox

1. Download centos7 Download address: https://mir...

Difference between querySelector and getElementById methods in JS

Table of contents 1. Overview 1.1 Usage of queryS...

Solutions to MySQL OOM (memory overflow)

OOM stands for "Out Of Memory", which m...

mysql method to view the currently used configuration file my.cnf (recommended)

my.cnf is the configuration file loaded when MySQ...

Interpreting MySQL client and server protocols

Table of contents MySQL Client/Server Protocol If...

Detailed explanation of MySQL database (based on Ubuntu 14.0.4 LTS 64 bit)

1. Composition and related concepts of MySQL data...