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

CSS3 to achieve menu hover effect

Result: html <nav id="nav-1"> <...

MySQL slow query method and example

1. Introduction By enabling the slow query log, M...

Record a slow query event caused by a misjudgment of the online MySQL optimizer

Preface: I received crazy slow query and request ...

How to configure jdk environment under Linux

1. Go to the official website to download the jdk...

Nginx rewrite regular matching rewriting method example

Nginx's rewrite function supports regular mat...

hr horizontal line style example code

Copy code The code is as follows: <hr style=&q...

MySQL8 Installer version graphic tutorial

Installation The required documents are provided ...

About the processing of adaptive layout (using float and margin negative margin)

Adaptive layout is becoming more and more common i...

HTML uses the title attribute to display text when the mouse hovers

Copy code The code is as follows: <a href=# ti...

Summary of things to pay attention to in the footer of a web page

Lots of links You’ve no doubt seen a lot of sites ...

Detailed explanation of Mysql's concurrent parameter adjustment

Table of contents Query cache optimization Overvi...

Mysql accidental deletion of data solution and kill statement principle

mysql accidentally deleted data Using the delete ...

Two implementations of front-end routing from vue-router

Table of contents Mode Parameters HashHistory Has...

Full analysis of MySQL INT type

Preface: Integer is one of the most commonly used...