diff --git a/docs/docs/databases/mysql/getting-started.mdx b/docs/docs/databases/mysql/getting-started.mdx index d77d48144ee..5bab6cbc6cd 100644 --- a/docs/docs/databases/mysql/getting-started.mdx +++ b/docs/docs/databases/mysql/getting-started.mdx @@ -14,7 +14,15 @@ import Paperform from '@site/src/components/Paperform'; ## Introduction -We are in the process of launching support for MySQL, and we have a preview available for you to try. +:::info Deprecation Notice + +Our current MySQL implementation is deprecated in favor of a new implementation built using our Data Connectors, to be +released shortly. Check out this [blog post](https://hasura.io/blog/hasura-graphql-data-connectors/) for more +information about Hasura GraphQL Engine Data Connectors. + +If you're currently running Hasura in production with MySQL, please [reach out to us](https://hasura.io/help/)! + +::: :::tip Supported MySQL versions diff --git a/docs/docs/databases/mysql/index.mdx b/docs/docs/databases/mysql/index.mdx index 82c995e5dd5..76b879a3edd 100644 --- a/docs/docs/databases/mysql/index.mdx +++ b/docs/docs/databases/mysql/index.mdx @@ -12,19 +12,19 @@ slug: index ## Introduction -We are in the process of launching support for MySQL, and we have a preview available for you to try. +:::info Deprecation Notice -:::tip Supported MySQL versions +Our current MySQL implementation is deprecated in favor of a new implementation built using our Data Connectors, to be +released shortly. Check out this [blog post](https://hasura.io/blog/hasura-graphql-data-connectors/) for more +information about Hasura GraphQL Engine Data Connectors. -Hasura GraphQL engine currently supports **MySQL 8.0.14 and above**. +If you're currently running Hasura in production with MySQL, please [reach out to us](https://hasura.io/help/)! ::: -[Check out our Getting Started guide for MySQL](/databases/mysql/getting-started.mdx)! +## Resources -:::info Note +- [Check out our Getting Started guide for MySQL](/databases/mysql/getting-started.mdx). -If you're interested in learning more about MySQL, check out -[this tutorial](https://hasura.io/learn/database/mysql/introduction/) from our Learn site. - -::: +- If you're interested in learning more about MySQL, check out + [this tutorial](https://hasura.io/learn/database/mysql/introduction/) from our Learn site.