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 MySQL sql99 syntax inner join and non-equivalent join

#Case: Query employee salary levels SELECT salary...

Vue keeps the user logged in (various token storage methods)

Table of contents How to set cookies Disadvantage...

What to do if you forget your mysql password

Forgot your MySQL password twice? At first I did ...

JS operation object array to achieve add, delete, modify and query example code

1. Introduction Recently, I helped a friend to ma...

Put frameset in body through iframe

Because frameset and body are on the same level, y...

Some problems you may encounter when installing MySQL

Question 1: When entering net start mysql during ...

Steps to encapsulate the carousel component in vue3.0

Table of contents 1: Encapsulation idea 2. Packag...

Docker beginners' first exploration of common commands practice records

Before officially using Docker, let's first f...

Detailed explanation of Vue's props configuration

<template> <div class="demo"&g...

Detailed usage of js array forEach instance

1. forEach() is similar to map(). It also applies...

Example of pre-rendering method for Vue single page application

Table of contents Preface vue-cli 2.0 version vue...

MySQL 8.0.14 installation and configuration method graphic tutorial (general)

MySQL service 8.0.14 installation (general), for ...

MySQL installation and configuration methods and precautions under Windows platform

2.1、msi installation package 2.1.1、Installation I...

React Native scaffolding basic usage detailed explanation

Build the project Execute the command line in the...