MySQL 5.7.18 MSI Installation Graphics Tutorial

MySQL 5.7.18 MSI Installation Graphics Tutorial

This article shares the MySQL 5.7.18 MSI installation tutorial for your reference. The specific content is as follows

1. Download: Official website address

You can see that the 32-bit and 64-bit downloads are the same.

2. Double-click the downloaded file




3. Installation page


4 Select the installation type (if you select full and there are problems with the subsequent inspection requirements, you can directly select custom . Pay attention to the path selection. I accidentally installed it on the system disk)

Default development version only server only client full version customization

5. You can see that none of the three requirements are met, return to the previous step

6. Reselect the type as costume, next

7. Remove several functions in step 5. I don’t have visual studio. I don’t know why.

8.Installation, click Execute and wait patiently for the installation

9. Installation completed next

10.next

11. If you can, just default, next
The TCP/IP Port Number defined here (ie 3306) will be used to create an inbound rule for Windows Firewall.

12. Set a password to remember and add a user


13

14 If you want your database to be available as a remote database for the server, uncheck the next option.


15. Click Execute and wait patiently for the installation

next

16. Back to this step

17. Set root password check

18. Click Execute and wait patiently for the installation

Installation completed, next

19.

20.copy""` finish

21. After the installation is complete, click the small plus sign next to MySql Connections

22. Create a new connection

23. Connection successful


Reference: mysql installer community 5.7.16 installation detailed tutorial

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:
  • centos7.2 offline installation mysql5.7.18.tar.gz
  • MySQL 5.7.18 Green Edition Download and Installation Tutorial
  • MySQL 5.7.18 Installer installation download graphic tutorial
  • MySQL 5.7.18 Archive compressed version installation tutorial
  • MySQL 5.7.18 winx64 installation and configuration method graphic tutorial
  • MySQL 5.7.18 free installation version configuration tutorial
  • How to install and modify the initial password of mysql5.7.18 under Centos7.3
  • MySQL 5.7.18 download and installation process detailed instructions
  • MySQL 5.7.18 installation tutorial and problem summary
  • MySQL 5.7.18 zip version installation tutorial

<<:  Detailed explanation on how to get the IP address of a docker container

>>:  JavaScript canvas realizes colorful sun halo effect

Recommend

MySQL advanced learning index advantages and disadvantages and rules of use

1. Advantages and Disadvantages of Indexes Advant...

How to verify whether MySQL is installed successfully

After MySQL is installed, you can verify whether ...

How to install and configure Redis in CentOS7

Introduction There is no need to introduce Redis ...

Example code for implementing a pure CSS pop-up menu using transform

Preface When making a top menu, you will be requi...

Detailed analysis of SQL execution steps

Detailed analysis of SQL execution steps Let'...

How to remotely log in to the MySql database?

Introduction: Sometimes, in order to develop a pr...

MySQL process control IF(), IFNULL(), NULLIF(), ISNULL() functions

In MySQL, you can use IF(), IFNULL(), NULLIF(), a...

Detailed explanation of various HTTP return status codes

When a request is sent to your server to display ...

This article will show you how to use SQL CASE WHEN in detail

Table of contents Simple CASEWHEN function: This ...

A detailed introduction to deploying RabbitMQ environment with docker

Prerequisites: Docker is already installed 1. Fin...

How to start a Vue.js project

Table of contents 1. Node.js and Vue 2. Run the f...

12 Javascript table controls (DataGrid) are sorted out

When the DataSource property of a DataGrid control...