Wingetlywingetly
← All apps

MySQL

by Oracle Corporationv8.4.9

Last updated

Oracle MySQL Database Service is a fully managed database service that lets developers quickly develop and deploy secure, cloud native applications using the world’s most popular open source database.

Install with winget

$ winget install --id Oracle.MySQL --exact --version 8.4.9

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for MySQL

MySQL uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i mysql-8.4.9-winx64.msi /quiet /norestart CONSOLEARGS="install -type=Developer -silent"

See the full silent install reference for MySQL

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

The MySQL software delivers a very fast, multithreaded, multi-user, and robust SQL (Structured Query Language) database server.

MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.

Installers · v8.4.9

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • medium4.9Patched in wingetCVE-2026-21964affects >=8.4.0 and <=8.4.7Jan 20, 2026

    Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Thread Pooling). Supported versions that are affected are 8.0.0-8.0.44, 8.4.0-8.4.7 and 9.0.0-9.5.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple...

  • low2.7Patched in wingetCVE-2025-50104affects >=8.4.0 and <=8.4.5Jul 15, 2025

    Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DDL). Supported versions that are affected are 8.0.0-8.0.42, 8.4.0-8.4.5 and 9.0.0-9.3.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols t...

  • medium4.4Patched in wingetCVE-2025-50103affects >=9.0.0 and <=9.3.0Jul 15, 2025

    Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: LDAP Auth). Supported versions that are affected are 9.0.0-9.3.0. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise...

  • medium4.9Patched in wingetCVE-2025-50102affects >=8.0.0 and <=8.0.42Jul 15, 2025

    Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.0-8.0.42, 8.4.0-8.4.5 and 9.0.0-9.3.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple proto...

  • medium4.9Patched in wingetCVE-2025-50101affects >=8.0.0 and <=8.0.42Jul 15, 2025

    Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.0-8.0.42, 8.4.0-8.4.5 and 9.0.0-9.3.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple proto...

  • low2.2Patched in wingetCVE-2025-50100affects >=9.0.0 and <=9.3.0Jul 15, 2025

    Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Thread Pooling). Supported versions that are affected are 8.0.0-8.0.42, 8.4.0-8.4.5 and 9.0.0-9.3.0. Difficult to exploit vulnerability allows high privileged attacker with network access via multipl...

  • medium4.9Patched in wingetCVE-2025-50099affects >=8.4.0 and <=8.4.5Jul 15, 2025

    Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 8.0.0-8.0.42, 8.4.0-8.4.5 and 9.0.0-9.3.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to com...

  • low2.7Patched in wingetCVE-2025-50098affects >=9.0.0 and <=9.3.0Jul 15, 2025

    Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.0-8.0.42, 8.4.0-8.4.5 and 9.0.0-9.3.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple proto...

Showing 8 of 25. Source: NVD, updated 4h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Java 8Oracle Corporation
    Oracle.JavaRuntimeEnvironmentv8.0.5030.1

    Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D, just to name a few.

  • J
    Java(TM) SE Development Kit 26Oracle Corporation
    Oracle.JDK.26v26.0.2.0

    The JDK is a development environment for building applications and components using the Java programming language.

  • J
    Java(TM) SE Development Kit 25Oracle Corporation
    Oracle.JDK.25v25.0.4.1

    The JDK is a development environment for building applications and components using the Java programming language.

  • WebLogic Remote ConsoleOracle Corporation
    Oracle.WebLogicRemoteConsolev3.0.5

    WebLogic Remote Console is a lightweight, open source console that you can use to manage your WebLogic Server domain running anywhere, such as on a physical or virtual machine, in a container, Kubernetes, or in the Oracle Cloud.

  • SQLclOracle Corporation
    Oracle.SQLclv26.2.0.181.2110

    Oracle SQLcl is a powerful, flexible, and free command-line interface designed for modern Oracle Database professionals.

  • SQL DeveloperOracle Corporation
    Oracle.SQLDeveloperv24.3.1

    Oracle SQL Developer is a free, integrated development environment that simplifies the development and management of Oracle Database in both traditional and Cloud deployments.

More from Oracle Corporation or browse database, mysql, oracle.

Frequently asked questions

How do I install MySQL on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Oracle.MySQL --exact --version 8.4.9. winget downloads the installer from Oracle Corporation and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install MySQL silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Oracle.MySQL --exact 8.4.9 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for MySQL?
MySQL uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i mysql-8.4.9-winx64.msi /quiet /norestart CONSOLEARGS="install -type=Developer -silent". The silent switches are /quiet /norestart.
How do I uninstall MySQL via winget?
Run: winget uninstall --id Oracle.MySQL --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from MySQL's Apps & Features entry.
Is MySQL free?
MySQL is distributed under GNU General Public License version 2. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does MySQL work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls MySQL directly from the publisher.
How do I keep MySQL up to date?
Run winget upgrade --id Oracle.MySQL --exact, or winget upgrade --all to update everything winget tracks. We index 8 versions of MySQL from microsoft/winget-pkgs.

Recent versions

  • 8.4.9latest
  • 8.4.8
  • 8.4.6
  • 8.0.43
  • 8.0.42
  • 8.0.41
  • 8.0.39
  • 8.0.36