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

Some common mistakes with MySQL null

According to null-values, the value of null in My...

How to run Hadoop and create images in Docker

Reinventing the wheel, here we use repackaging to...

Detailed explanation of the use of MySQL sql_mode

Table of contents Preface sql_mode explained The ...

Docker builds python Flask+ nginx+uwsgi container

Install Nginx First pull the centos image docker ...

A brief discussion on several situations where MySQL returns Boolean types

mysql returns Boolean type In the first case, ret...

Detailed explanation of incompatible changes of components in vue3

Table of contents Functional Components How to wr...

Tips for optimizing MySQL SQL statements

When faced with a SQL statement that is not optim...

Three JavaScript methods to solve the Joseph ring problem

Table of contents Overview Problem Description Ci...

HTML fixed title column, title header table specific implementation code

Copy code The code is as follows: <!DOCTYPE ht...

Sample code for html list box, text field, and file field

Drop-down box, text field, file field The upper p...

Docker large-scale project containerization transformation

Virtualization and containerization are two inevi...

Ubuntu 20.04 CUDA & cuDNN Installation Method (Graphical Tutorial)

CUDA installation download cuda Enter the nvidia-...

Share a Markdown editor based on Ace

I think editors are divided into two categories, ...

You may not know these things about Mysql auto-increment id

Introduction: When using MySQL to create a table,...