Detailed tutorial on downloading mysql on Windows 10

Detailed tutorial on downloading mysql on Windows 10

MySQL versions are divided into Enterprise Edition and Community Edition. The Community Edition is open source software licensed under the GPL agreement and can be used for free, while the Enterprise Edition is commercial software that requires payment.

MySQL official website https://www.mysql.com/, click download


Scroll down to the end and see MySQL Community Edition (GPL), click


After entering, click download


Enter the page, scroll to the bottom, and you will see the latest version 8.0.17. The commonly downloaded versions are 5.5 and 5.6. Click Looking for previous GA versions? in the picture below to find the previous versions.




Generally choose the corresponding number of digits


Finally, a pop-up window will pop up asking you to register before you can download. Just click on the picture below to avoid registration.



The ZIP Archive installation package is installed by downloading the source package, while the MSI Installer downloads the installation program. Both are acceptable.

ZIP Archive installation steps:

First, unzip the compressed package to the specified directory, as shown in the following example:


Unzip to D:\mysql5.6 Open this computer and enter the Windows folder on drive C


Search for system32, click to enter the folder

Search for cmd in the system32 folder

Find cmd.exe


Right click and select Run as Administrator

Switch to the bin directory of the installation directory and enter the command

cd D:\mysql5.7\bin

Then enter the following command to start the installation

mysqld -install

If Service successfully installed appears, it means the installation is successful.

Summarize

The above is the tutorial illustration of how to download MySQL on Windows 10 introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • MySQL 8.0 download and installation configuration graphic tutorial under Windows 10
  • MySQL 8.0.12 installation and configuration method graphic tutorial (windows10)
  • How to install and configure MySQL 8.0.12 decompressed version under Windows 10 with graphic tutorials
  • MySQL 5.7.19 installation tutorial under Windows 10 How to change the root password of MySQL after forgetting it
  • Solve the Chinese garbled problem of mysql5.5 database command line under Windows 10
  • Tutorial on installing mysql5.7.18 on windows10
  • Graphic tutorial for installing MySQL 5.6.35 on Windows 10 64-bit
  • MySQL 5.7.17 installation and configuration method graphic tutorial under Windows 10

<<:  How to install JDK and set environment variables in Linux (this article is enough)

>>:  Tutorial on installing and using virtualenv in Deepin

Recommend

MySQL character set garbled characters and solutions

Preface A character set is a set of symbols and e...

Detailed explanation of the construction and use of docker private warehouse

1. Download the repository image docker pull regi...

How to solve the front-end cross-domain problem using Nginx proxy

Preface Nginx (pronounced "engine X") i...

A brief discussion on common operations of MySQL in cmd and python

Environment configuration 1: Install MySQL and ad...

Detailed explanation of HTML form elements (Part 1)

HTML forms are used to collect different types of...

Windows10 mysql 8.0.12 non-installation version configuration startup method

This article shares the specific steps for config...

Solution for forgetting the root password of MySQL5.7 under Windows 8.1

【background】 I encountered a very embarrassing th...

Vue implements dynamic query rule generation component

1. Dynamic query rules The dynamic query rules ar...

CSS text alignment implementation code

When making forms, we often encounter the situati...

Detailed explanation of the watch listener example in vue3.0

Table of contents Preface The difference between ...

The front end creates and modifies CAD graphics details through JavaScript

Table of contents 1. Current situation 2. Create ...

JavaScript to implement the aircraft war game

This article shares with you how to use canvas an...

HTML table tag tutorial (34): row span attribute ROWSPAN

In a complex table structure, some cells span mul...

Summary of several MySQL installation methods and configuration issues

1. MySQL rpm package installation # Download the ...

How to quickly modify the table structure of MySQL table

Quickly modify the table structure of a MySQL tab...