Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion src/install/mysql/amazonECS/requirements-amazonECS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ headingText: Compatibility and requirements
componentType: default
---

* MySQL version 5.6 or higher.
* MySQL version 5.6 or higher, or MariaDB version 10.2 or higher.
* TLS version 1.2 or higher, with TLS authentication.
* 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.
* Check out [the Amazon ECS requirements](/docs/integrations/host-integrations/host-integrations-list/monitor-services-running-amazon-ecs).

<Callout title="Note">
The MySQL integration (`nri-mysql`) monitors both MySQL and MariaDB databases.
</Callout>
8 changes: 6 additions & 2 deletions src/install/mysql/k8/requirements-k8.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ headingText: Compatibility and requirements
componentType: default
---

* MySQL version 5.6 or higher.
* MySQL version 5.6 or higher, or MariaDB version 10.2 or higher.
* TLS version 1.2 or higher, with TLS authentication.
* 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.
* Check out [the Kubernetes requirements](/docs/monitor-service-running-kubernetes#requirements).
* Check out [the Kubernetes requirements](/docs/monitor-service-running-kubernetes#requirements).

<Callout title="Note">
The MySQL integration (`nri-mysql`) monitors both MySQL and MariaDB databases.
</Callout>
6 changes: 5 additions & 1 deletion src/install/mysql/linux/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ headingText: Check the compatibility and requirements
componentType: default
---

* MySQL version 5.6 or later.
* MySQL version 5.6 or later, or MariaDB version 10.2 or later.
* TLS version 1.2 or later, with TLS authentication.
* 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.

<Callout title="Note">
The MySQL integration (`nri-mysql`) monitors both MySQL and MariaDB databases.
</Callout>
5 changes: 4 additions & 1 deletion src/install/mysql/windows/requirements-win.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ headingText: Check the compatibility and requirements
componentType: default
---

* MySQL version 5.6 or later.
* MySQL version 5.6 or later, or MariaDB version 10.2 or later.
* TLS version 1.2 or later, with TLS authentication.
* 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.

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