MySQL 5.6.37 (zip) download installation configuration graphic tutorial

MySQL 5.6.37 (zip) download installation configuration graphic tutorial

This article shares the download, installation and configuration tutorial of MySQL 5.6.37 for your reference. The specific contents are as follows

1. Download address

2. After downloading, unzip it and move it to the installation directory. It is recommended to rename it to: MySQL Server 5.6. My installation directory is: E:\MySQl Server 5.6

3. After decompression, you need to configure the environment variables: Computer--Properties--Advanced System Settings--Environment Variables

Select Path, click Edit, and add ";E:\MySQl Server 5.6\bin" after the variable value. Note: If there is already a ";" after the variable value, you do not need to add it again. Just fill in the installation directory.

4. After the environment configuration is completed, you need to modify the configuration file. The file location is: E:\MySQl Server 5.6\my-default.ini



5. After saving the changes, you can run cmd (run as an administrator) to install mysql


Indicates successful installation

6. Start the Mysql service

7. Log in to Mysql


Note: No password is required for the first login. Press Enter to log in successfully. Enter \q to log out.

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 installation and environment variable configuration tutorial under win10
  • MySQL 5.6.23 Installation and Configuration Environment Variables Tutorial
  • How to configure environment variables after installing mysql5.7 database
  • The latest version of MySQL 8.0.22 download and installation super detailed tutorial (Windows 64 bit)
  • MySQL 8.0.22.0 download, installation and configuration method graphic tutorial
  • MySQL 8.0.22 download, installation and configuration method graphic tutorial
  • Detailed tutorial for downloading, installing and configuring MySQL 5.7.27
  • mysql8.0.20 download and installation and problems encountered (illustration and text)
  • MySQL 5.7.18 Green Edition Download and Installation Tutorial
  • MySQL 8.0.15 download and installation detailed tutorial is a must for novices!
  • MySQL 8.0.13 download and installation tutorial with pictures and text
  • Summary of common problems in downloading and installing MySQL 5.7 on Win7 64-bit
  • Detailed graphic instructions for downloading and installing the unzipped version of MySQL 5.7.18 and starting the MySQL service
  • MySQL 5.7 Service Download and Installation Graphical Tutorial (Classic Edition)
  • MySQL 5.7.14 download, installation, configuration and use detailed tutorial
  • MySQL msi version download and installation detailed graphic tutorial for beginners

<<:  How to modify the group to which a user belongs in Linux

>>:  Detailed explanation of Linux host name modification command

Recommend

Detailed explanation of count without filter conditions in MySQL

count(*) accomplish 1. MyISAM: Stores the total n...

Native JS to implement image carousel JS to implement small advertising plug-in

Recently I want to use native JS to implement som...

Detailed explanation of concat related functions in MySQL

1. concat() function Function: Concatenate multip...

Vue implements anchor positioning function

This article example shares the specific code of ...

Example of implementing a virtual list in WeChat Mini Program

Table of contents Preface analyze Initial Renderi...

Summary of the understanding of virtual DOM in Vue

It is essentially a common js object used to desc...

Web Design Experience: Efficiently Writing Web Code

Originally, this seventh chapter should be a deep ...

Detailed explanation of MySQL information_schema database

1. Overview The information_schema database is th...

Summary of discussion on nginx cookie validity period

Every visit will generate Cookie in the browser, ...

Design Tips: We think you will like it

<br />Looking at this title, you may find it...

Web Theory: Don't make me think Reading Notes

Chapter 1 <br />The most important principl...

MySQL uses custom functions to recursively query parent ID or child ID

background: In MySQL, if there is a limited level...