Home >Database >Mysql Tutorial >How to download the source code package from mysql official website?
Download method: 1. Visit the mysql official website, click "downloads", and then click "Community"; 2. Click "MySQL Community Server"; 3. Select the appropriate installation package in the mysql installation package list, and click Just click the "downloads" button.
Direct wget http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.34.tar.gz
Or find it by yourself
Step one: Enter Mysql in Baidu, and then we click on the first link, as shown in the figure below.
Step 2: After clicking the link above, we will see the interface as shown below. Click "Community" in the "Download" submenu, as shown in the figure below.
Step 3: After clicking "Community" in the picture above, we will see the interface as shown below , we click "MySQL Community Server" on the left menu.
Step 4: After clicking "MySQL Community Server" in the left menu of the above picture, we can see The interface shown in the figure below defaults to a list of installation packages for the highest version of Mysql currently under the Windows system, as shown below.
Step 5: Because we want to download the .tar suitable for Linux system. gz type installation package, so let's switch it to "Source Code", as shown in the figure below.
## After switching, you will see the interface as shown below. Let’s go down and find the second to last The line contains mysql-5.7.16.tar.gz which we want! ! ! We can just download it.
No thanks, just start my download." link below,
Recommended tutorial:
The above is the detailed content of How to download the source code package from mysql official website?. For more information, please follow other related articles on the PHP Chinese website!