Wingetlywingetly
← All apps

MySQL Workbench 8.0 CE

by Oracle Corporationv8.0.47

Last updated

Integrated tools environment for database design, modeling, development, administration, and migration.

Install with winget

$ winget install --id Oracle.MySQLWorkbench --exact --version 8.0.47

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

Silent install command for MySQL Workbench 8.0 CE

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

One-line silent install (x64, machine scope)
msiexec.exe /i mysql-workbench-community-8.0.47-winx64.msi /quiet /norestart

See the full silent install reference for MySQL Workbench 8.0 CE

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.

Installers · v8.0.47

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

22 known CVEs via NVD

  • high7.3Patched in wingetCVE-2022-1292affects <=8.0.29May 3, 2022

    The c_rehash script does not properly sanitise shell metacharacters to prevent command injection. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the...

  • high7.5Patched in wingetCVE-2022-23308affects <=8.0.29Feb 25, 2022

    valid.c in libxml2 before 2.9.13 has a use-after-free of ID and IDREF attributes.

  • high8.2Patched in wingetCVE-2022-21824affects <=8.0.28Feb 24, 2022

    Due to the formatting logic of the "console.table()" function it was not safe to allow user controlled input to be passed to the "properties" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be "__proto__". The...

  • medium5.3Patched in wingetCVE-2021-44533affects <=8.0.28Feb 24, 2022

    Node.js < 12.22.9, < 14.18.3, < 16.13.2, and < 17.3.1 did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distingui...

  • medium5.3Patched in wingetCVE-2021-44532affects >=8.0.0 and <=8.0.28Feb 24, 2022

    Node.js < 12.22.9, < 14.18.3, < 16.13.2, and < 17.3.1 converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name...

  • high7.4Patched in wingetCVE-2021-44531affects <=8.0.28Feb 24, 2022

    Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js < 12.22.9, < 14.18.3, < 16.13.2, and < 17.3.1 was accepting URI SAN types, which PKIs are...

  • medium6.5Patched in wingetCVE-2021-3634affects <=8.0.27Aug 31, 2021

    A flaw has been found in libssh in versions prior to 0.9.6. The SSH protocol keeps track of two shared secrets during the lifetime of the session. One of them is called secret_hash and the other session_id. Initially, both of them are the same, but after key re-exchange, previou...

  • high7.4Patched in wingetCVE-2021-3712affects <=8.0.26Aug 24, 2021

    ASN.1 strings are represented internally within OpenSSL as an ASN1_STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminate...

Showing 8 of 22. Source: NVD, updated just now. 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.

  • MySQLOracle Corporation
    Oracle.MySQLv8.4.9

    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.

  • 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.

More from Oracle Corporation.

Frequently asked questions

How do I install MySQL Workbench 8.0 CE on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Oracle.MySQLWorkbench --exact --version 8.0.47. winget downloads the installer from Oracle Corporation and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install MySQL Workbench 8.0 CE silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Oracle.MySQLWorkbench --exact 8.0.47 --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 Workbench 8.0 CE?
MySQL Workbench 8.0 CE uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i mysql-workbench-community-8.0.47-winx64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall MySQL Workbench 8.0 CE via winget?
Run: winget uninstall --id Oracle.MySQLWorkbench --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from MySQL Workbench 8.0 CE's Apps & Features entry.
Is MySQL Workbench 8.0 CE free?
MySQL Workbench 8.0 CE is distributed under GPL-2.0. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does MySQL Workbench 8.0 CE 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 Workbench 8.0 CE directly from the publisher.
How do I keep MySQL Workbench 8.0 CE up to date?
Run winget upgrade --id Oracle.MySQLWorkbench --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of MySQL Workbench 8.0 CE from microsoft/winget-pkgs.

Recent versions

  • 8.0.47latest
  • 8.0.46
  • 8.0.45
  • 8.0.44
  • 8.0.43
  • 8.0.42
  • 8.0.41
  • 8.0.40
  • 8.0.38
  • 8.0.36