Wingetlywingetly
← All apps

MySQL Notifier

by Oraclev1.1.8

Last updated

A task tray application to monitor, start, and stop MySQL Database Instances

Install with winget

$ winget install --id Oracle.MySQLNotifier --exact --version 1.1.8

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

Silent install command for MySQL Notifier

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

One-line silent install (x86)
msiexec.exe /i mysql-notifier-1.1.8.msi /quiet /norestart

See the full silent install reference for MySQL Notifier

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

MySQL Notifier enables developers and DBAs to easily monitor, start and stop all their MySQL database instances. It provides a familiar Microsoft SQL Server look and feel and integrates with MySQL Workbench.

Installers · v1.1.8

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
-Direct

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

Security

No known CVEs for MySQL Notifier.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Oracle Cloud Infrastructure CLIOracle
    Oracle.OCI-CLIv3.93.0

    Command Line Interface for Oracle Cloud Infrastructure

  • Microsoft ODBC Driver 18 for SQL ServerMicrosoft Corporation
    Microsoft.msodbcsql.18v18.6.2.1

    The stand-alone ODBC drivers providing an application programming interface (API) that implements the standard ODBC interfaces to Microsoft SQL Server.

  • Microsoft SQL Server Management StudioMicrosoft Corporation
    Microsoft.SQLServerManagementStudiov20.2.1

    SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure

  • DBXt8y2
    t8y2.DBXv0.6.16

    15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more.

  • S
    SSMS Tools PackMladen Prajdic
    MladenPrajdic.SSMSToolsPackv7.2.1.0

    A Microsoft SQL Server Management Studio (SSMS) add-in extension that dramatically increases your productivity with well-integrated, easy to use features.

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

More from Oracle or browse mysql, oracle, sql.

Frequently asked questions

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