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

Examples of using html unordered list tags and ordered list tags

1. Upper and lower list tags: <dl>..</dl...

How to achieve the maximum number of connections in mysql

Table of contents What is the reason for the sudd...

Some pitfalls of JavaScript deep copy

Preface When I went to an interview at a company ...

Simple usage examples of MySQL custom functions

This article uses examples to illustrate the usag...

Quickjs encapsulates JavaScript sandbox details

Table of contents 1. Scenario 2. Simplify the und...

Design theory: the basics of font design

<br />Words are the inevitable product of hu...

React Router V6 Updates

Table of contents ReactRouterV6 Changes 1. <Sw...

Implementing a web calculator based on JavaScript

This article shares the specific code of JavaScri...

The implementation process of extracting oracle data to mysql database

In the migration of Oracle database to MySQL data...

Common problems and solutions during MySQL MGR construction

Table of contents 01 Common Faults 1 02 Common Fa...

A brief discussion on VUE uni-app's commonly used APIs

Table of contents 1. Routing and page jump 2. Int...

Introduction to Docker Architecture

Docker includes three basic concepts: Image: A Do...

Linux installation Redis implementation process and error solution

I installed redis today and some errors occurred ...