> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/database-tools/dbeaver.md).

# 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 MariaDB Cloud instance.
4. Navigate to the **SSL** tab.
5. Check the **Use SSL** option if SSL is enabled for your MariaDB Cloud instance.
6. Click **Test Connection** to ensure everything is set up correctly.

![image (1)](https://github.com/user-attachments/assets/fead6067-9a5a-4e75-bcf2-2d20e0a4b727)

{% hint style="info" %}
Ensure you are using the latest MariaDB driver in DBeaver to avoid compatibility issues.
{% endhint %}

{% hint style="warning" %}
If you experience connection issues, verify your firewall settings and database credentials.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/database-tools/dbeaver.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
