Win32 MySQL 5.7.27 installation and configuration method graphic tutorial

Win32 MySQL 5.7.27 installation and configuration method graphic tutorial

The installation tutorial of MySQL 5.7.27 is recorded as follows and shared with everyone

Step 1: Download the MySQL installation package

Go to the database's official website at http://www.mysql.com to download MySQL.
After entering the official website, click DOWNLOADS, Community, and select MySQL Community Server. As shown below:

After pulling down, there is only a 64-bit version as shown in the figure, then click Looking for previous GA versions to find the 32-bit installation package. As shown below

After clicking download, you will enter the picture below. Select No thanks, just start my download. and you can download directly.

After the download is successful, unzip it. I unzipped it to drive D and renamed the unzipped file to mysql57. (The decompression path can be modified as you wish)

Step 2: Set environment variables

My Computer -> Properties -> Advanced System Properties -> Environment Variables. As shown below:

Create a new "MYSQL_HOME" value "D:\mysql57" in the system variables (the path where the file is stored after decompression in step 1)

Create a new path in the system variable (%MYSQL_HOME%\bin;)

Step 3: Install MySQL

Open the computer search, enter CMD, find "Command Prompt", right-click and select Run as administrator. As shown below:

Enter the bin folder under the folder mysql57 that you unzipped in the first step. As shown in the figure

After entering the path, enter mysqld install to start the installation

If Service successfully installed appears, it indicates success.

If the msvcr120.dll is missing error occurs. This can be solved by downloading the Microsoft Visual C++ Redistributable Package. Download method click to enter

Type net start mysql to start the service

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 5.7.25 installation and configuration method graphic tutorial
  • MySQL 5.7.27 winx64 installation and configuration method graphic tutorial
  • MySQL 5.7.27 installation and configuration method graphic tutorial
  • MySQL 5.7.27 installation and configuration method graphic tutorial
  • MySql 5.7.20 installation and configuration of data and my.ini files
  • Detailed steps to install MySql 5.7.21 in Linux
  • Detailed tutorial for installing mysql5.7.21 under Windows system
  • MySQL 5.7.20 Green Edition Installation Detailed Graphic Tutorial
  • MySQL 5.7.20 installation and configuration method graphic tutorial under Windows
  • MySQL 5.7.25 compressed version installation and configuration method graphic tutorial

<<:  Vue practice of preventing multiple clicks

>>:  Practical explanation of editing files, saving and exiting in linux

Recommend

Perfect solution to Docker Alpine image time zone problem

Recently, when I was using Docker to deploy a Jav...

Vue easily realizes watermark effect

Preface: Use watermark effect in vue project, you...

An example of how to quickly deploy web applications using Tomcat in Docker

After learning the basic operations of Docker, we...

Solve the error problem caused by modifying mysql data_dir

Today, I set up a newly purchased Alibaba Cloud E...

Two implementations of front-end routing from vue-router

Table of contents Mode Parameters HashHistory Has...

Docker packages the local image and restores it to other machines

1. Use docker images to view all the image files ...

A brief analysis of the matching priority of Nginx configuration location

Preface The location in the server block in the N...

HTML page adaptive width table

In the pages of WEB applications, tables are ofte...

Share 8 MySQL pitfalls that you have to mention

MySQL is easy to install, fast and has rich funct...

Install Windows Server 2019 on VMware Workstation (Graphic Tutorial)

If prompted to enter a key, select [I don’t have ...

How to upload the jar package to nexus via the web page

When using Maven to manage projects, how to uploa...

Collection of 12 practical web online tools

1. Favicon.cc To create ico icon websites online,...

CUDA8.0 and CUDA9.0 coexist under Ubuntu16.04

Preface Some of the earlier codes on Github may r...

Installation and daemon configuration of Redis on Windows and Linux

# Installation daemon configuration for Redis on ...