Installation and deployment tutorial of the latest MySQL version 5.7.17 (64bit ZIP green version) under Win 8 or above

Installation and deployment tutorial of the latest MySQL version 5.7.17 (64bit ZIP green version) under Win 8 or above

First of all, the blogger is playing the community version, which is enough for learning and testing.

Blogger's configuration:

System: Win 8.1 Pro
Database and version: MySQL 5.7.17 64bit
Database management software: Navicat for MySQL

1. Obtaining MySQL and Navicat

MySQL: https://dev.mysql.com/downloads/
Navicat: https://www.navicat.com.cn/download

這里寫圖片描述

You need to register an Oracle account to download, so skip the account registration.

這里寫圖片描述

Install MSI is the best, automatic deployment, but it is only 32bit

The following is a 64-bit, ZIP green version. This tutorial mainly teaches you how to install MySQL using the green version.

這里寫圖片描述

After downloading, it is recommended to use MD5 to compare the integrity

I put the above resources on the network disk (with crack patches) quietly:
Link: https://pan.baidu.com/s/1miI79Bq Password: hk3y

How to use the crack patch:
http://jingyan.baidu.com/article/0aa22375b6cbb988cc0d642d.html

2. System environment deployment

Right click "My Computer" → "Properties" → "Advanced System Settings" → "Environment Variables"

這里寫圖片描述

這里寫圖片描述

這里寫圖片描述

Only process the system variables (red box).

Create a new MYSQL_HOME D:\mysql-5.7.17-winx64 (the location of your mysql)

這里寫圖片描述

這里寫圖片描述

At this point, the environment variables are configured.

3. Installation of MySQL

這里寫圖片描述

3.1. Create a new empty folder named "data"
3.2. Modify the configuration file, or create a new one yourself. For the properties that need to be included, refer to my-default.ini

這里寫圖片描述

3.3. Run CMD as an administrator (location C:\Windows\System32\cmd.exe, you can create a shortcut on the desktop)

這里寫圖片描述

3.4. Command Input

這里寫圖片描述

Finally, enter exit to exit

After the first step, some folders and files will appear in the data folder

這里寫圖片描述

4. Introduction to database management software

Navicat is a fast, reliable and very affordable database management tool designed to simplify database management and reduce system management costs. It is designed to meet the needs of database administrators, developers and small and medium-sized enterprises. Navicat is built with an intuitive graphical user interface that allows you to create, organize, access and share information in a secure and easy way.

這里寫圖片描述

5. Remote connection method

First, on the host that serves MySQL, change the firewall settings to Advanced Settings → Inbound Rules → New Rules

這里寫圖片描述
這里寫圖片描述
這里寫圖片描述
這里寫圖片描述

Then keep going to the next step until you reach the rule name.

5.2. Navicat settings on the host

這里寫圖片描述

Use the address and username in the picture above on the other computer.

knock off!

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:
  • Tutorial on installing mysql5.7.17 on windows10
  • MySQL 5.7.17 installation and configuration method graphic tutorial (windows)
  • Detailed installation steps for MySQL 5.7.17 decompressed version (ZIP version)
  • MySQL 5.7.17 installation and configuration method graphic tutorial (CentOS7)
  • MySQL 5.7.17 winx64 installation and configuration method graphic tutorial
  • Detailed process of decompressing and installing mysql5.7.17 zip
  • MySQL 5.7.17 installation and use graphic tutorial
  • Mysql 5.7.17 winx64 free installation version, installation and configuration graphic tutorial under win10 environment
  • Detailed tutorial on installation and configuration of MySql 5.7.17 winx64
  • MySQL 5.7.17 installation and configuration tutorial under Linux (Ubuntu)

<<:  Summary of relevant knowledge points of ajax in jQuery

>>:  JS implements request dispatcher

Recommend

Summary of Common Commands for Getting Started with MySQL Database Basics

This article uses examples to describe the common...

How to change the system language of centos7 to simplified Chinese

illustrate When you install the system yourself, ...

Two methods to implement Mysql remote connection configuration

Two methods to implement Mysql remote connection ...

Summary of common commands for Ubuntu servers

Most of the commands below need to be entered in ...

Detailed analysis of the principles and usage of MySQL views

Preface: In MySQL, views are probably one of the ...

How to solve the problem that Docker container has no vim command

Find the problem Today, when I tried to modify th...

XHTML Tutorial: XHTML Basics for Beginners

<br />This site’s original content, please i...

Differences between MySQL MyISAM and InnoDB

the difference: 1. InnoDB supports transactions, ...

MySQL can actually implement distributed locks

Preface In the previous article, I shared with yo...

Nginx configures the same domain name to support both http and https access

Nginx is configured with the same domain name, wh...

HTML Nine-grid Layout Implementation Method

Diversifying website layouts is our front-end spe...

How to add fields to a large data table in MySQL

Preface I believe everyone is familiar with addin...

Native js encapsulation seamless carousel function

Native js encapsulated seamless carousel plug-in,...

Practical method of deleting associated tables in MySQL

In the MySQL database, after tables are associate...