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 Then enter the following command to start the installation 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! You may also be interested in:
|
<<: How to install JDK and set environment variables in Linux (this article is enough)
>>: Tutorial on installing and using virtualenv in Deepin
Learning objectives: Learn to use Windows system ...
When server B (172.17.166.11) is powered on or re...
One day I found that the execution speed of a SQL...
It has always been very difficult to achieve wave...
The following CSS class names starting with a num...
Table of contents 1. What is JavaScript? 2. What ...
Since there is a button in my company's produ...
To summarize: Readonly is only valid for input (te...
1. Download the axios plugin cnpm install axios -...
1. Introduction to inode To understand inode, we ...
In MySQL, you can use IF(), IFNULL(), NULLIF(), a...
The virtual machine is in use or cannot be connec...
content Use scaffolding to quickly build a node p...
trigger: Trigger usage scenarios and correspondin...
The command format for mysql login is: mysql -h [...