Download
Visual Amazon RDS for MySQL Workspace

Amazon RDS for MySQL GUI Client for Windows, macOS, and Linux

VisuaLeaf is one visual workspace for Amazon RDS for MySQL: reach a private instance through an SSH tunnel or a public one over SSL, browse databases and tables, edit rows inline, auto-draw ER diagrams from your foreign keys, build SQL visually, and chart the results.

Free to start No credit card required Works on Windows, macOS and Linux
VisuaLeaf visual Amazon RDS for MySQL workspace showing databases, an ER diagram from foreign keys, and a query builder side by side

Managed MySQL Removes the Server and the Shell With It

Amazon runs the instance, keeps it in a VPC and withholds SUPER, so the familiar habits — log in on the box, tail the error log, flip a global — are gone. VisuaLeaf gives you a workspace over what remains: databases, tables, relationships, privileges and results.

The instance is inside a VPC

A private instance is unreachable from your laptop, so every session begins with a bastion host and a port forward before any SQL runs.

The master user does not have SUPER

RDS withholds the privilege, so a statement that works on a local MySQL can simply be refused here, with no hint in advance.

Foreign keys never draw themselves

InnoDB records real relationships in the catalog, and no console page turns them into a picture of the schema.

Result sets outgrow the terminal

A production table returns more rows than a text client can usefully print, let alone summarize into something worth showing anyone.

A visual workflow for RDS MySQL

Tunnel in, browse databases and tables, map foreign keys into a diagram, build SQL, and chart results — all in one workspace.

Built Around What Makes RDS MySQL RDS MySQL

Tunnelled connections, familiar MySQL SQL, InnoDB foreign keys, privileges, and results, explored, queried, and visualized instead of parsed from text.

Table Management

Manage tables visually instead of hand-writing DDL. Add, rename, and edit columns with their types, defaults, primary keys, and foreign keys, then work across tabbed panels for indexes, constraints, and storage. Hit Show DDL to read the full CREATE TABLE statement any time.

Table management on Amazon RDS for MySQL

Browse and Edit Rows Inline

Page through a large table without waiting for a full result set, filter and sort from the grid, and edit values in place with the generated UPDATE shown before it runs. JSON columns expand as a nested tree rather than printing as one long line.

Browsing and editing rows on Amazon RDS for MySQL

SSH Tunnels to Private Instances

Save the bastion host with the connection instead of running a tunnel in another terminal window. VisuaLeaf opens the forward itself, so a private RDS instance in a VPC is one saved connection away rather than a two-step ritual every morning.

SSH tunnel configuration for a private Amazon RDS for MySQL instance

A Visual Workflow for Everyday RDS MySQL Tasks

VisuaLeaf connects the steps RDS MySQL users usually handle separately: reach the instance, explore databases, build SQL, and visualize the results.

Built for Different RDS MySQL Users

Whether you build against a managed instance, administer one without SUPER, analyse data, or learn SQL, VisuaLeaf gives you a clearer way to work with Amazon RDS for MySQL.

Developers

Model tables and indexes, and debug the SQL your app runs against real rows in a managed instance.

DBAs and Data Teams

Compare schemas across environments, review users and grants, and manage indexes and constraints from one place.

Data Analysts

Write JOINs and aggregations and chart the results without a separate BI pipeline.

Students and Beginners

Learn MySQL visually, see foreign keys as ER diagrams, and read the SQL the query builder writes.

Frequently Asked Questions

Is VisuaLeaf a good GUI for Amazon RDS for MySQL?
Yes. RDS runs stock MySQL, so VisuaLeaf connects with a standard MySQL-compatible connection: browse databases, tables and views, page through and edit rows, auto-generate ER diagrams from real InnoDB foreign keys, build SQL visually, and chart the results. It runs natively on Windows, macOS and Linux.
How do I connect to an RDS instance that has no public address?
Use the built-in SSH tunnel. Save the bastion host, user and key alongside the database connection and VisuaLeaf opens the port forward itself when you connect, which replaces starting a tunnel in a separate terminal and remembering which local port it landed on.
What host, port and database should I use?
The host is the instance endpoint from the RDS console, the port is 3306 unless you changed it, and the database is whichever one you created. Use the master user or an application user, and enable SSL — RDS presents a certificate and encrypted connections are the sensible default.
Why do some statements fail even as the master user?
Because RDS does not grant the master user the SUPER privilege. Statements that need it, and some that touch global state, are reserved by the service. VisuaLeaf shows the users and grants that actually exist, so the boundary is visible rather than discovered through an error.
Can I connect to a read replica as well as the primary?
Yes. A read replica has its own endpoint, so it is saved as its own connection. Keeping both means reporting queries can go to the replica while the primary stays free for the application, and you can compare the two when you are chasing replication lag.
Does VisuaLeaf generate ER diagrams from an RDS MySQL schema?
Yes. VisuaLeaf reads foreign keys, primary keys, and constraints from information_schema to auto-draw an interactive ER diagram of your databases, including views, so you can drill into tables, columns, and relationships that are otherwise buried in DDL.
Which platforms does VisuaLeaf run on?
VisuaLeaf ships native builds for Windows, macOS, and Linux, so your whole team can work with Amazon RDS in the same visual tool. It also connects to MongoDB, PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite from a single workspace.

More Than an RDS MySQL Client

VisuaLeaf started as a MongoDB workspace and grew into a multi-database visual environment. One app, one workflow, across the databases your team actually uses.

And VisuaLeaf does not leave you staring at a wall of SQL and grids. It visualizes everything — RDS MySQL schemas become interactive diagrams, queries become visual builders, and results become charts and dashboards.

MongoDB MySQL MariaDB SQL Server Azure Cosmos DB Amazon DocumentDB SQLite

Built by Developers, For Developers

VisuaLeaf is made by an independent software studio that ships often and listens to the developers who use it every day.

Ready to Work Visually with Amazon RDS for MySQL?

Download VisuaLeaf Community Edition and tunnel into a private instance, browse and edit rows, draw ER diagrams from your foreign keys, and chart results in one visual workspace.

Download Free Community Edition
No credit card required
VisuaLeaf Amazon RDS for MySQL charts and dashboards built from query results