dev.mysql.com Open in urlscan Pro
2a02:26f0:480:9b9::2e31  Public Scan

Submitted URL: http://bit.ly/2DB2T6D
Effective URL: https://dev.mysql.com/downloads/mysql/
Submission: On July 27 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://www.oracle.com/search/results

<form id="l1-search-form" method="get" action="https://www.oracle.com/search/results">
  <input type="hidden" name="cat" value="mysql">
  <input type="hidden" name="Ntk" value="SI-ALL5">
  <input id="l1-search-input" type="search" class="icon-search" placeholder="Search" aria-label="Search" name="Ntt">
</form>

POST /downloads/mysql/#downloads

<form class="form03" action="/downloads/mysql/#downloads" id="dl" method="post">
  <div>
    <label for="version">Select Version:</label><br>
    <select name="version" size="1" id="version" class="select stacked">
      <option value="8.1" selected="selected">8.1.0 Innovation</option>
      <option value="8.0">8.0.34 </option>
      <option value="5.7">5.7.43 </option>
    </select>
    <noscript>
      <input type="submit" class="button05" id="version-btn" value="Select">
    </noscript>
    <br>
    <label for="os">Select Operating System:</label><br>
    <select name="os" size="1" id="os" class="select stacked">
      <option value="0">Select Operating System…</option>
      <option value="3" selected="selected">Microsoft Windows</option>
      <option value="22">Ubuntu Linux</option>
      <option value="21">Debian Linux</option>
      <option value="6">SUSE Linux Enterprise Server</option>
      <option value="31">Red Hat Enterprise Linux / Oracle Linux</option>
      <option value="20">Fedora</option>
      <option value="2">Linux - Generic</option>
      <option value="1">Oracle Solaris</option>
      <option value="33">macOS</option>
      <option value="src">Source Code</option>
    </select>
    <noscript>
      <input type="submit" class="button05" id="os-btn" value="Select">
    </noscript>
  </div>
  <div id="os-version">
    <div style="display: none;">
      <label for="os">Select OS Version:</label><br>
      <select name="osva" size="1" id="osva" class="select stacked">
        <option value="" selected="selected">All</option>
        <option value="Windows (x86, 64-bit)">Windows (x86, 64-bit)</option>
      </select>
      <noscript>
        <input type="submit" class="button05" id="osva-btn" value="Select">
      </noscript>
    </div>
    <br>
    <div id="files" class="dl-file-list">
      <div>
        <table border="0" cellpadding="2" cellspacing="0" class="table04">
          <tbody>
            <tr class="alt">
              <td class="col1"><b>Windows (x86, 64-bit), MSI Installer</b></td>
              <td class="col3">8.1.0</td>
              <td class="col4">146.9M</td>
              <td class="col5">
                <div class="button03"><a href="/downloads/file/?id=520510">Download</a></div>
              </td>
            </tr>
            <tr class="alt">
              <td class="sub-text">(mysql-8.1.0-winx64.msi)</td>
              <td class="sub-text" style="text-align:right;" colspan="4"> MD5: <code class="md5">453d729afa2697a7a79d067830e071a6</code> | <a class="signature" href="/downloads/gpg/?file=mysql-8.1.0-winx64.msi&amp;p=23" target="_blank">Signature</a>
              </td>
            </tr>
            <tr>
              <td class="col1"><b>Windows (x86, 64-bit), ZIP Archive</b></td>
              <td class="col3">8.1.0</td>
              <td class="col4">236.9M</td>
              <td class="col5">
                <div class="button03"><a href="/downloads/file/?id=520511">Download</a></div>
              </td>
            </tr>
            <tr>
              <td class="sub-text">(mysql-8.1.0-winx64.zip)</td>
              <td class="sub-text" style="text-align:right;" colspan="4"> MD5: <code class="md5">40a977d01e565b1d751ca068c823ba16</code> | <a class="signature" href="/downloads/gpg/?file=mysql-8.1.0-winx64.zip&amp;p=23" target="_blank">Signature</a>
              </td>
            </tr>
            <tr class="alt">
              <td class="col1"><b>Windows (x86, 64-bit), ZIP Archive<br>Debug Binaries &amp; Test Suite</b></td>
              <td class="col3">8.1.0</td>
              <td class="col4">676.3M</td>
              <td class="col5">
                <div class="button03"><a href="/downloads/file/?id=520512">Download</a></div>
              </td>
            </tr>
            <tr class="alt">
              <td class="sub-text">(mysql-8.1.0-winx64-debug-test.zip)</td>
              <td class="sub-text" style="text-align:right;" colspan="4"> MD5: <code class="md5">ec71c02d9e6094e17dd764a2ee654fe0</code> |
                <a class="signature" href="/downloads/gpg/?file=mysql-8.1.0-winx64-debug-test.zip&amp;p=23" target="_blank">Signature</a> </td>
            </tr>
          </tbody>
        </table>
        <div class="alert02">
          <div class="icon">
            <p>We suggest that you use the
              <a href="/doc/mysql/en/verifying-package-integrity.html" target="_blank" onclick="window.open('/doc/mysql/en/verifying-package-integrity.html', '_blank', 'toolbars=yes,scrollbars=yes,status=no,width=600,height=600'); return false" title="This page will open in a new window">MD5 checksums and GnuPG signatures</a>
              to verify the integrity of the packages you download.</p>
          </div>
        </div>
      </div>
      <script>
        $(function() {
          $('.signature').click(function() {
            $(this).showSignature();
            return false;
          });
        });
        $('img.banner').each(function() {
          if (!$(this).hasClass('autosize')) {
            var width = $(this).attr('width');
            $(this).removeAttr('width').removeAttr('height');
            width = width > 0 ? width : 640;
            $(this).css('max-height', 'auto').css('width', '100%').css('max-width', width + 'px');
            $(this).addClass('autosize');
          }
        });
      </script>
    </div>
    <script>
      $(function() {
        $('#osva').change(function() {
          $(this).loadFiles();
        });
      });
    </script>
  </div>
</form>

Text Content

Skip to Main Content
The world's most popular open source database

Contact MySQL  | 
Login  |  Register
 * MySQL.com
 * Downloads
 * Documentation
 * Developer Zone



Developer Zone Documentation MySQL.com


Downloads
 * Enterprise
 * Community
 * Yum Repository
 * APT Repository
 * SUSE Repository
 * Windows
 * Archives
 * MySQL.com
 * Documentation
 * Developer Zone


Section Menu:  
MySQL Community Downloads
MySQL Community Server
 * General Availability (GA) Releases
 * Archives
 * 


MYSQL COMMUNITY SERVER 8.1.0 INNOVATION

Select Version:
8.1.0 Innovation 8.0.34 5.7.43
Select Operating System:
Select Operating System… Microsoft Windows Ubuntu Linux Debian Linux SUSE Linux
Enterprise Server Red Hat Enterprise Linux / Oracle Linux Fedora Linux - Generic
Oracle Solaris macOS Source Code
Select OS Version:
All Windows (x86, 64-bit)


Windows (x86, 64-bit), MSI Installer 8.1.0 146.9M
Download
(mysql-8.1.0-winx64.msi) MD5: 453d729afa2697a7a79d067830e071a6 | Signature
Windows (x86, 64-bit), ZIP Archive 8.1.0 236.9M
Download
(mysql-8.1.0-winx64.zip) MD5: 40a977d01e565b1d751ca068c823ba16 | Signature
Windows (x86, 64-bit), ZIP Archive
Debug Binaries & Test Suite 8.1.0 676.3M
Download
(mysql-8.1.0-winx64-debug-test.zip) MD5: ec71c02d9e6094e17dd764a2ee654fe0 |
Signature

We suggest that you use the MD5 checksums and GnuPG signatures to verify the
integrity of the packages you download.



MySQL Community Edition is a freely downloadable version of the world's most
popular open source database that is supported by an active community of open
source developers and enthusiasts.

MySQL Cluster Community Edition is available as a separate download. The reason
for this change is so that MySQL Cluster can provide more frequent updates and
support using the latest sources of MySQL Cluster Carrier Grade Edition.

Important Platform Support Updates

Online Documentation:

 * Installation Instructions, Documentation and Change History
   for the MySQL 8.1 Innovation Generally Available (GA) Release
 * Installation Instructions, Documentation and Change History
   for the MySQL 8.0 Generally Available (GA) Release
 * Installation Instructions, Documentation and Change History
   for the MySQL 5.7 Generally Available (GA) Release


Please report any bugs or inconsistencies you observe to our Bugs Database.
Thank you for your support!

Contact MySQL Sales
USA/Canada: +1-866-221-0634   (More Countries »)
  © 2023 Oracle


 * Products
 * MySQL HeatWave
 * MySQL Enterprise Edition
 * MySQL Standard Edition
 * MySQL Classic Edition
 * MySQL Cluster CGE
 * MySQL Embedded (OEM/ISV)

 * Services
 * Training
 * Certification
 * Support

 * Downloads
 * MySQL Community Server
 * MySQL NDB Cluster
 * MySQL Shell
 * MySQL Router
 * MySQL Workbench

 * Documentation
 * MySQL Reference Manual
 * MySQL Workbench
 * MySQL NDB Cluster
 * MySQL Connectors
 * Topic Guides

 * About MySQL
 * Contact Us
 * Blogs
 * How to Buy
 * Partners
 * Job Opportunities
 * Site Map

  © 2023 Oracle
Privacy / Do Not Sell My Info | Terms of Use | Trademark Policy |
Cookie-Einstellungen