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

MySQL Learning: Three Paradigms for Beginners

Table of contents 1. Paradigm foundation 1.1 The ...

How to use React to implement image recognition app

Let me show you the effect picture first. Persona...

CSS to achieve fast and cool shaking animation effect

1. Introduction to Animate.css Animate.css is a r...

Basic usage of custom directives in Vue

Table of contents Preface text 1. Global Registra...

5 tips for writing CSS to make your style more standardized

1. Arrange CSS in alphabetical order Not in alphab...

How to modify the initial password of a user in mysql5.7

When users install MySQL database for the first t...

MySql COALESCE function usage code example

COALESCE is a function that refers to each parame...

JavaScript flow control (loop)

Table of contents 1. for loop 2. Double for loop ...

Quickly solve the problem of slow startup after Tomcat reconfiguration

During the configuration of Jenkins+Tomcat server...

XHTML Web Page Tutorial

This article is mainly to let beginners understan...

Windows Server 2008 Tutorial on Monitoring Server Performance

Next, we will learn how to monitor server perform...

Analysis of Sysbench's benchmarking process for MySQL

Preface 1. Benchmarking is a type of performance ...

An example of installing MySQL on Linux and configuring external network access

Configuration steps 1. Check whether DNS is confi...

Vue globally introduces scss (mixin)

Table of contents 1. mixin.scss 2. Single file us...

Tutorial on using Multitail command on Linux

MultiTail is a software used to monitor multiple ...