Skip to content

Commit 6d26f52

Browse files
authored
Merge pull request #22054 from newrelic/add-mariadb-support-mysql-docs
Added MariaDB compatibility
2 parents 105ff1e + 5aae997 commit 6d26f52

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

src/install/mysql/amazonECS/requirements-amazonECS.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ headingText: Compatibility and requirements
33
componentType: default
44
---
55

6-
* MySQL version 5.6 or higher.
6+
* MySQL version 5.6 or higher, or MariaDB version 10.2 or higher.
77
* TLS version 1.2 or higher, with TLS authentication.
88
* A New Relic account. If you don't have one, you can [sign up](https://newrelic.com/signup) for free. No credit card is required.
99
* Check out [the Amazon ECS requirements](/docs/integrations/host-integrations/host-integrations-list/monitor-services-running-amazon-ecs).
10+
11+
<Callout title="Note">
12+
The MySQL integration (`nri-mysql`) monitors both MySQL and MariaDB databases.
13+
</Callout>

src/install/mysql/k8/requirements-k8.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ headingText: Compatibility and requirements
33
componentType: default
44
---
55

6-
* MySQL version 5.6 or higher.
6+
* MySQL version 5.6 or higher, or MariaDB version 10.2 or higher.
77
* TLS version 1.2 or higher, with TLS authentication.
88
* A New Relic account. If you don't have one, you can [sign up](https://newrelic.com/signup) for free. No credit card is required.
9-
* Check out [the Kubernetes requirements](/docs/monitor-service-running-kubernetes#requirements).
9+
* Check out [the Kubernetes requirements](/docs/monitor-service-running-kubernetes#requirements).
10+
11+
<Callout title="Note">
12+
The MySQL integration (`nri-mysql`) monitors both MySQL and MariaDB databases.
13+
</Callout>

src/install/mysql/linux/requirements.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ headingText: Check the compatibility and requirements
33
componentType: default
44
---
55

6-
* MySQL version 5.6 or later.
6+
* MySQL version 5.6 or later, or MariaDB version 10.2 or later.
77
* TLS version 1.2 or later, with TLS authentication.
88
* A New Relic account. If you don't have one, you can [sign up](https://newrelic.com/signup) for free. No credit card is required.
9+
10+
<Callout title="Note">
11+
The MySQL integration (`nri-mysql`) monitors both MySQL and MariaDB databases.
12+
</Callout>

src/install/mysql/windows/requirements-win.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ headingText: Check the compatibility and requirements
33
componentType: default
44
---
55

6-
* MySQL version 5.6 or later.
6+
* MySQL version 5.6 or later, or MariaDB version 10.2 or later.
77
* TLS version 1.2 or later, with TLS authentication.
88
* A New Relic account. If you don't have one, you can [sign up](https://newrelic.com/signup) for free. No credit card is required.
99

10+
<Callout title="Note">
11+
The MySQL integration (`nri-mysql`) monitors both MySQL and MariaDB databases.
12+
</Callout>

0 commit comments

Comments
 (0)