# Connecting

{% columns %}
{% column %}
{% content-ref url="/pages/aUF70dDKMyaR6xBiNmrt" %}
[Connecting to MariaDB Server](/docs/server/server-usage/connecting/mariadb-connecting-guide-1.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Complete Connecting to MariaDB Server guide for MariaDB. Complete reference documentation for implementation, configuration, and usage for production use.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/POxLyb6mdsssTGxNnEE0" %}
[Troubleshooting Connection Issues Guide](/docs/server/mariadb-quickstart-guides/mariadb-connection-troubleshooting-guide.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Complete Troubleshooting Connection Issues Guide guide for MariaDB. Complete resource with setup instructions, configuration, usage examples, and best practices.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/QtMQM7NZUrr4gs8xT55J" %}
[Remote Client Access](/docs/server/server-usage/connecting/mariadb-remote-connection-guide-1.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Configure MariaDB to accept remote connections by adjusting the bind-address directive and granting appropriate user privileges.
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions: 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/server/server-usage/connecting.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.
