Databases 3 min read

Using Sequel Pro on macOS to Manage MySQL and MariaDB Databases

This article introduces Sequel Pro, a macOS GUI client for MySQL and MariaDB, explains how to configure standard connections with required fields, describes the main interface features such as database selection, table structure and content viewing, and highlights additional tools like Query and Table Info.

Laravel Tech Community
Laravel Tech Community
Laravel Tech Community
Using Sequel Pro on macOS to Manage MySQL and MariaDB Databases

Sequel Pro is a lightweight, user‑friendly MySQL and MariaDB client for macOS.

It can manage both local and remote MySQL servers on macOS 10.12.

Sequel Pro connection interface
Sequel Pro connection interface

Sequel Pro offers three connection methods: Standard, Socket, and SSH. The article demonstrates the Standard mode, which requires the following fields:

Name – a label for the connection.

Username – typically "root".

Host – the server IP address.

Password – the MySQL password.

Database – optional default database.

Port – default 3306 unless changed.

After filling the fields, three buttons appear:

Add to Favorites – saves the connection in the Favorites pane.

Save Changes – updates an existing connection.

Test Connection – verifies the settings before connecting.

When the connection succeeds, the main interface is displayed.

Sequel Pro main window
Sequel Pro main window

The interface is divided into several modules:

Select Database – choose the target database.

Table Structure – view columns, indexes, and keys.

Table Content – browse rows of a table.

Relationships – visualize links between tables.

Additional panels include:

Triggers – not covered in this guide.

Table Info – shows size, primary key, and other metadata.

Query – a space to write and run SQL statements or stored procedures.

To execute a single statement, select the line and press ⌘+R.

Finally, the article encourages readers to like and share the guide as support.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

GUImysqlmacOSDatabase ManagementMariaDBSequel Pro
Laravel Tech Community
Written by

Laravel Tech Community

Specializing in Laravel development, we continuously publish fresh content and grow alongside the elegant, stable Laravel framework.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.