Install MySQL Workbench

Install MySQL Workbench

This article will walk you through the MySQL Workbench installation process.

Install MySQL Workbench

  1. Download MySQL Workbench, go to this website to download:
    MySQL: Download MySQL Workbench

  2. Do not sign in or sign up for an Oracle account
    Click No thanks, just start my download
  3. Open the installer when it finishes downloading

  4. Click Next
  5. Click Next
  6. Select Complete
    Click Next
  7. Click Install
  8. Check Launch MySQL Workbench now
    Click Finish

Creating a new Connection

Follow the instructions below if Workbench doesn't already have a MySQL Local Server connection.
  1. On the main dashboard, click + next to MySQL Connections to create a new connection
  2. Set the connection name to MySQL Local Server
    Hostname: localhost
    Port: 3306
    Username: root
    Click Test Connection
  3. Type in the password you created during the MySQL server installation
    Check Save password in vault
    Click OK
  4. Click Continue Anyway
  5. Click OK
  6. Click OK
  7. Now you can see the new connection MySQL Local Server
    Click on MySQL Local Server to open it

    • Related Articles

    • Install MySQL Community Server

      This article will walk you through the installation of MySQL Community Server Go to this link and download MySQL Community Server MySQL: MySQL Community Downloads Find the version Windows (x86, 64-bit), MSI Installer Click Download Do not sign in or ...
    • Install Android Debug Bridge

      Android Debug Bridge (ADB) is a versatile command-line tool that allows you to communicate with Android devices, manage files, install apps, and debug your applications. Go to This PC Click on your C: drive In your C: drive, create a new folder and ...
    • How to Install HTTP Toolkit

      HTTP Toolkit is a useful tool for debugging, testing, and analyzing HTTP and HTTPS traffic. It works with various platforms and helps developers see exactly what's happening during API calls, web requests, and more. Download HTTP Toolkit ...
    • Microsoft Visual C++ 2022 Redistributable Package

      This article will guide you through the installation of the Microsoft Visual C++ 2022 Redistributable Package, which is essential for running applications built with Visual C++ 2022, including MySQL Community Server. Go to Microsoft Visual C++ ...
    • Reverse Engineer a Database

      Navigate to the Database tab Click on Reverse Engineer Select your Stored Connection which should be a Local instance, similar to the one below. Click Next Select the databases you want to reverse engineer Click Next, keep clicking Next until the end ...