MySQL Forums
Forum List  »  MySQL Workbench

Re: installation of mysql workbench
Posted by: Shahanwaz Khan
Date: October 11, 2025 04:50AM

Sure — here’s a clean, text-only version of the steps (no icons):

Step 1: Download MySQL Installer

Visit: https://dev.mysql.com/downloads/installer/

Download MySQL Installer for Windows (mysql-installer-community.exe).

Run the installer and choose:

MySQL Server (latest version)

MySQL Workbench

Optional: MySQL Shell, Connector/Python, Connector/ODBC

Step 2: Installation Steps

Run the installer and select “Full” or “Developer Default” setup type.

Follow prompts to:

Set root password

Configure authentication (choose “Strong Password Encryption”)

Allow Windows Firewall exception

Finish installation

Step 3: Open MySQL Workbench

Open MySQL Workbench from the Start menu.

Click + to create a new connection.

Enter the following details:

Hostname: localhost

Port: 3306

Username: root

Password: (your chosen password)

Test the connection and click OK

Options: ReplyQuote


Subject
Views
Written By
Posted
181
February 18, 2026 03:49PM
Re: installation of mysql workbench
206
October 11, 2025 04:50AM
179
March 16, 2026 02:08PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.