docs: remove mysql docs and all references

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6716
GitOrigin-RevId: 3a7ed0e4c8d723a8c10938176a0fab269760e785
This commit is contained in:
Rob Dominguez 2022-11-15 11:33:44 -06:00 committed by hasura-bot
parent 3da0e2f1a2
commit 1269652cbc
2 changed files with 18 additions and 10 deletions

View File

@ -14,7 +14,15 @@ import Paperform from '@site/src/components/Paperform';
## Introduction ## 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 :::tip Supported MySQL versions

View File

@ -12,19 +12,19 @@ slug: index
## Introduction ## 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 - If you're interested in learning more about MySQL, check out
[this tutorial](https://hasura.io/learn/database/mysql/introduction/) from our Learn site. [this tutorial](https://hasura.io/learn/database/mysql/introduction/) from our Learn site.
:::