Skip to content

MySQL

Seaquel supports both MySQL and MariaDB with the same connection type.

FieldDefault
Hostlocalhost
Port3306
Database

Connection string format:

mysql://user:password@host:3306/database

Standard username and password authentication. Credentials are stored securely in your system keychain.

Enable SSL in the connection settings for encrypted connections. Recommended for any connection over the internet or to cloud-hosted databases.

For databases behind firewalls, use an SSH tunnel to connect securely through a jump server.

MariaDB connections use the same MySQL connection type. Seaquel auto-detects MariaDB and handles dialect differences transparently.