Skip to content

Connecting to SkySQL Using DBeaver

Steps:

  1. Open DBeaver and create a new connection.
  2. Select MariaDB as the database type.
  3. Enter the hostname, port, username, and password provided by your SkySQL instance.
  4. Navigate to the SSL tab.
  5. Check the Use SSL option if SSL is enabled for your SkySQL instance.
  6. Click Test Connection to ensure everything is set up correctly.

image (1)

Notes:

  • Ensure you are using the latest MariaDB driver in DBeaver to avoid compatibility issues.
  • If you experience connection issues, verify your firewall settings and database credentials.