Client Connections
This page is part of MariaDB's Documentation.
The parent of this page is: Connect and Query
Topics on this page:
Overview
SkySQL database services are queried over client connections.
This page describes how to connect to most SkySQL services using a MariaDB-compatible client.
For Serverless Analytics services, see "Serverless Analytics" or "Notebook".
For Enterprise Server With Replica(s), the NoSQL Interface is an alternative way to connect to the database service.
Query Editor allows you to run queries directly in the browser to interact with data stored in SkySQL databases.
Connection Parameters
Connection parameters include:
Default username
Default password
Hostname (Fully Qualified Domain Name)
TCP port
PEM file containing the Certificate Authority Chain
To see the connection parameters specific to your service:
Log in to the Portal.
From the Dashboard, click the "CONNECT" button for the desired service.
To connect to a service, you must also manage the Firewall settings and add the client's IP address or netblock to the allowlist.
Supported Connectors
Applications can connect to MariaDB SkySQL services.
The following documentation is available for the SkySQL previous release, and can be adapted for the current release of SkySQL using the details on this page (Firewall management, different PEM file, and Connect page details).
Supported Clients
Clients listed here have been tested to properly connect with MariaDB SkySQL and execute queries.
The following documentation is available for the SkySQL previous release, and can be adapted for the current release SkySQL using the details on this page (Firewall management, different PEM file, and Connect page details).
Client Configuration
Manage the Firewall settings and add the client's IP address or netblock to the allowlist.
Download the "Certificate Authentication Chain" PEM file by clicking the displayed PEM file link. The PEM file used for the current release of SkySQL is different from the PEM files used by SkySQL previous release.
Configure your client per the Connection Parameters.
While instructions are provided in the Portal for connecting with the MariaDB Client (
mariadb
), there are many compatible programming language connectors and client applications.