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.
## If you don’t want to use the latest version and want to use version 5.6 or 5.5, then you can click on the picture below. Looking for previous GA versions?" "MySQL Community Server 5.6>" or "MySQLCommunity Server5.5>" below, then Select Platform and select "Source Code". After the page is loaded, there is mysql-5.6 we want in the last line. 34.tar.gz installation package, we will download mysql-5.6.34.tar.gz as an example, we click the "Download" button behind it. As shown below.
Step 6: We click "Download" behind "mysql-5.6.34.tar.gz" in the picture above "After that, you will enter the interface as shown below. We do not need to register. Just click the "
No thanks, just start my download." link below,
Step 7: After clicking the link above, the download dialog box will pop up. We click "Save As" to download to the directory we want.
Recommended tutorial:
mysql video tutorialThe 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!