Databases

How To Install MySQL Workbench 8 on macOS

In this article we look at the installation of MySQL Workbench 8 on a macOS system. MySQL Workbench is a Desktop application that enables Developers and Database Administrators to perform SQL server administration, development, design, as well as maintenance from a single integrated development environment.

Original content from computingforgeeks.com - post 75360

As of this article update the latest release of MySQL Workbench is version 8. There are many new features in this release which can be checked on MySQL Workbench 8.0 Release notes. To download the latest MySQL Workbench 8 for macOS visit the official downloads page.

How To Install MySQL Workbench 8 on macOS 01

Here is a quick download command using wget for the latest available release as of this article writing.

wget https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-8.0.41-macos-x86_64.dmg

Wait for the download to complete then double-click on the file to start the installation. Or start from CLI:

open mysql-workbench-community-8.0.41-macos-x86_64.dmg

Proceed with the installation of MySQL Workbench on macOS. Drag the file to move it to the Applications folder

How To Install MySQL Workbench 8 on macOS 02

You should see the file being copied to the Applications directory.

How To Install MySQL Workbench 8 on macOS 03

Search for the “MySQL Workbench Application” and start it.

How To Install MySQL Workbench 8 on macOS 04

More guides on macOS:

Related Articles

Databases Install PostgreSQL 17 on Ubuntu 24.04 / 26.04 LTS AlmaLinux Install MySQL 8.4 LTS on Rocky Linux 10 / AlmaLinux 10 Databases Solve “MySQL server is running with the –secure-file-priv” Error Databases Install MariaDB on Ubuntu 24.04 / Debian 13

Leave a Comment

Press ESC to close