← All extensions
Database MySQL banner

Database MySQL

ivyx

Adds MySQL to the Database extension so you can connect, browse schema, and run SQL

Database MySQL

MySQL and MariaDB support for the Database extension. Install it alongside Database to connect to your MySQL servers, browse their schema, and run SQL.

What you can do

  • Connect to your MySQL and MariaDB servers with host, port, database, and credentials
  • Browse a server's databases, tables, and columns from the Database panel
  • Run SQL against any connection and read the results

Requirements

  • The Database extension, installed and enabled.
  • Desktop app (Electron) — MySQL connections aren't available in the browser host.
  • Node.js 18+ on your PATH — used to run the MySQL driver. If node isn't on your PATH, set its location in the extension's settings.

Getting started

  1. Install this extension together with the Database extension.
  2. In the Database panel, click + and choose MySQL.
  3. Enter your host, port, database, and credentials, then connect.