MySQL 5.7.17 installation and configuration graphic tutorial

MySQL 5.7.17 installation and configuration graphic tutorial

The blogger said : I have been writing a series of blog posts on "The Easiest MySQL Tutorial Ever". As I was writing, I suddenly thought that maybe some of you have not yet come into contact with the MySQL database? The combination of theory and practice is the best way, so there is this blog post about the installation and configuration of MySQL database. To be honest, this blog post does not have much technical content. It is just a reference for those who have not come into contact with MySQL database!

First, download the installation package of MySQL database: mysql-5.7.17.msi. Link: https://pan.baidu.com/s/1nuVVEEd Password: 2fxw

After the download is complete, double-click to open the msi file and enter the following interface:

1

Note 1: Install all products required by MySQL database; Note 2: Use only the server of MySQL database; Note 3: Use only the client of MySQL database; Note 4: Install all products including MySQL database; Note 5: Manually select the MySQL database products to be installed.

Here, we just need to select Server only as shown in label 2 , and then click Next to enter the following interface:

2

As shown in the figure above, this is the installation prompt interface, just click Execute:

3

Label 1: indicates the current status; Label 2: indicates the current upgrade progress; Label 3: shows or hides the upgrade information.

As shown in the figure above, this interface displays the current status, progress and upgrade information. When the upgrade progress reaches 100% , it will be as shown in the figure below:

4

As shown in the figure above, this is a sign that the MySQL database upgrade is successful. Click Next :

5

As shown in the figure above, it prompts us that we have entered the product configuration stage, just click Next :

6

Note 1: Configure the server type; Note 2: Select TCP/IP protocol; Note 3: Select port number 3306.

As shown in the figure above, select the default configuration and click Next:

8

As shown in the figure above, this interface is for setting accounts and roles. Here, we only need to set the password of the root account (remember that verification is required when logging into the MySQL database). The password must be at least four digits. After setting, click Next :

10

Note 1: Since we are using MySQL-5.7.17 version, the default server name is MySQL57; Note 2: Select Standard System Account by default.

As shown in the figure above, select the default configuration and click Next:

11

As shown in the figure above, this is to configure Plugins and Extension, that is, to configure plug-ins and extended applications. Don't worry about it, just click Next :

12

As shown in the figure above, this interface allows us to confirm the server configuration that needs to be applied. After confirming that it is correct, click Execute :

13

As shown in the figure above, the server configuration is in progress. At this time, if a prompt box pops up on the computer, displaying a prompt message such as "Danger", ignore it. This is just the security software automatically alerting you when the configuration is modified. Just click "Agree".

14

As shown in the figure above, the server configuration is complete, click Finish:

15

As shown in the figure above, further configuration is completed, just click Next :

16

As shown in the figure above, we have completed the installation of MySQL. Just click Finish. Of course, if we want to view the detailed installation log of MySQL, we can click Copy Log to Clipboard to copy the log to a text editor for viewing. Next, open the MySQL command line tool to verify that MySQL is installed successfully:

18

As shown in the picture above, it is obvious that we have installed it successfully!

Tips: Here, we only installed the MySQL database server. As for the client tools, Navicat for MySQL and DbVisualizer are recommended.

Wonderful topic sharing: Installation tutorials for different versions of MySQL Installation tutorials for MySQL 5.7 versions Installation tutorials for MySQL 5.6 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:
  • Tutorial on installing mysql5.7.17 on windows10
  • MySQL 5.7.17 installation and configuration method graphic tutorial (windows)
  • MySQL 5.7.17 installation and configuration graphic tutorial
  • Detailed process of decompressing and installing mysql5.7.17 zip
  • Detailed installation steps for MySQL 5.7.17 decompressed version (ZIP version)
  • mysql5.7.17.msi installation graphic tutorial
  • MySQL 5.7.17 installation and use graphic tutorial
  • MySQL 5.7.17 compressed package installation and configuration method graphic tutorial
  • Installation and configuration of MySQL 5.7.17 free installation version

<<:  Linux beginners in virtual machines configure IP and restart the network

>>:  Compilation process analysis of Remax framework for writing small programs using React (recommended)

Recommend

What is ZFS? Reasons to use ZFS and its features

History of ZFS The Z File System (ZFS) was develo...

Implementation steps for setting up the React+Ant Design development environment

Basics 1. Use scaffolding to create a project and...

HTML basics summary recommendation (paragraph)

HTML Paragraph Paragraphs are defined by the <...

Tutorial on using the frameset tag in HTML

Frameset pages are somewhat different from ordina...

Several ways to change MySQL password

Preface: In the daily use of the database, it is ...

js uses the reduce method to make your code more elegant

Preface In actual projects, the most common proce...

CSS menu button animation

To write a drop-down menu, click the button. The ...

Detailed explanation of Strict mode in JavaScript

Table of contents Introduction Using Strict mode ...

mysql group by grouping multiple fields

In daily development tasks, we often use MYSQL...

An article to understand Linux disks and disk partitions

Preface All hardware devices in the Linux system ...

IIS7 IIS8 reverse proxy rule writing, installation and configuration method

Purpose: Treat Station A as the secondary directo...

React implements a general skeleton screen component example

Table of contents What is a skeleton screen? Demo...