Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/database_monitoring/setup_mysql/selfhosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ GRANT PROCESS ON *.* TO datadog@'%';
GRANT SELECT ON performance_schema.* TO datadog@'%';
```

**Note**: For MariaDB, the Agent automatically detects and monitors all replication channels when no specific `replication_channel` is configured. Each channel is tagged with `channel:<connection_name>`.

{{% /tab %}}
{{% tab "MySQL 5.6" %}}

Expand Down
Loading