From b49a06d27cdb6ce2277fe31f7751a84589f047da Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:56:04 +0800 Subject: [PATCH 01/14] initial draft --- _docHome.md | 8 ++++++++ quick-start-with-tidb.md | 2 ++ tidb-cloud/tidb-cloud-quickstart.md | 2 ++ 3 files changed, 12 insertions(+) diff --git a/_docHome.md b/_docHome.md index 665d6764677c5..807997f57101d 100644 --- a/_docHome.md +++ b/_docHome.md @@ -103,6 +103,14 @@ Documentation for TiDB Cloud application developers + + +Learn TiDB Playground + + + + + Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index bbcd288ccc658..778227f2917fe 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -10,6 +10,8 @@ This guide walks you through the quickest way to get started with TiDB. For non- - [Deploy a local test cluster](#deploy-a-local-test-cluster) (for macOS and Linux) - [Simulate production deployment on a single machine](#simulate-production-deployment-on-a-single-machine) (for Linux only) +In addition, you can have a try of TiDB on [TiDB Playground](http://play.tidbcloud.com/). + > **Note:** > > The deployment method provided in this guide is **ONLY FOR** quick start, **NOT FOR** production. diff --git a/tidb-cloud/tidb-cloud-quickstart.md b/tidb-cloud/tidb-cloud-quickstart.md index 54caf86873181..c087165e119ec 100644 --- a/tidb-cloud/tidb-cloud-quickstart.md +++ b/tidb-cloud/tidb-cloud-quickstart.md @@ -10,6 +10,8 @@ category: quick start This tutorial guides you through an easy way to get started with your TiDB Cloud. You can also navigate to the [**Getting Started**](https://tidbcloud.com/console/getting-started) page in the TiDB Cloud console to follow the tutorials step by step. +In addition, you can have a try of TiDB on [TiDB Playground](http://play.tidbcloud.com/). + ## Step 1. Create a TiDB cluster [TiDB Serverless](/tidb-cloud/select-cluster-tier.md#tidb-serverless-beta) (Beta) is the best way to get started with TiDB Cloud. To create a TiDB Serverless cluster, take the following steps: From 91c4b7ad9ce0aee0fe3289f519ff60ff1f67fc12 Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Fri, 2 Jun 2023 10:49:43 +0800 Subject: [PATCH 02/14] add 2 more --- basic-features.md | 2 ++ mysql-compatibility.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/basic-features.md b/basic-features.md index 22b2198683e7c..215e41a1958ac 100644 --- a/basic-features.md +++ b/basic-features.md @@ -8,6 +8,8 @@ aliases: ['/tidb/v6.5/experimental-features','/tidb/stable/experimental-features This document lists the features supported in different TiDB versions, including [Long-Term Support (LTS)](/releases/versioning.md#long-term-support-releases) versions and [Development Milestone Release (DMR)](/releases/versioning.md#development-milestone-releases) versions after the latest LTS version. +You can have a try of TiDB on [TiDB Playground](http://play.tidbcloud.com/). + > **Note:** > > PingCAP does not provide patch releases for DMR versions. Any bugs will be fixed in future releases. For general purposes, it is recommended to use the [latest LTS version](https://docs.pingcap.com/tidb/stable). diff --git a/mysql-compatibility.md b/mysql-compatibility.md index 585dfcfc8816e..d513e9da7dfe5 100644 --- a/mysql-compatibility.md +++ b/mysql-compatibility.md @@ -34,6 +34,8 @@ In addition, TiDB does not support the MySQL replication protocol, but provides +You can have a try of TiDB on [TiDB Playground](http://play.tidbcloud.com/). + ## Unsupported features + Stored procedures and functions From d786e86501a821c02a56cf0853de64ea62a904d7 Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:14:39 +0800 Subject: [PATCH 03/14] Update _docHome.md --- _docHome.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_docHome.md b/_docHome.md index 807997f57101d..07acc226a8d35 100644 --- a/_docHome.md +++ b/_docHome.md @@ -109,8 +109,6 @@ Learn TiDB Playground - - Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training From bdcce4f81e818e071db9cc3fb25de21749d67f25 Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Fri, 2 Jun 2023 15:44:01 +0800 Subject: [PATCH 04/14] Update _docHome.md --- _docHome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docHome.md b/_docHome.md index 07acc226a8d35..3b5bc0614c67e 100644 --- a/_docHome.md +++ b/_docHome.md @@ -105,7 +105,7 @@ Documentation for TiDB Cloud application developers -Learn TiDB Playground +One-stop and interactive experience of TiDB's capabilities without registration From 559398a5698d9904a04af438425c5f144d68c536 Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:02:16 +0800 Subject: [PATCH 05/14] Update _docHome.md --- _docHome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docHome.md b/_docHome.md index 3b5bc0614c67e..823bfa7866500 100644 --- a/_docHome.md +++ b/_docHome.md @@ -105,7 +105,7 @@ Documentation for TiDB Cloud application developers -One-stop and interactive experience of TiDB's capabilities without registration +One-stop and interactive experience of TiDB's capabilities WITHOUT registration From bf5e589fd4628234922129b83f47d7ba2e7c39cb Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Fri, 2 Jun 2023 16:28:54 +0800 Subject: [PATCH 06/14] Apply suggestions from code review --- basic-features.md | 2 +- mysql-compatibility.md | 2 +- quick-start-with-tidb.md | 2 +- tidb-cloud/tidb-cloud-quickstart.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/basic-features.md b/basic-features.md index 215e41a1958ac..a896b9034bf32 100644 --- a/basic-features.md +++ b/basic-features.md @@ -8,7 +8,7 @@ aliases: ['/tidb/v6.5/experimental-features','/tidb/stable/experimental-features This document lists the features supported in different TiDB versions, including [Long-Term Support (LTS)](/releases/versioning.md#long-term-support-releases) versions and [Development Milestone Release (DMR)](/releases/versioning.md#development-milestone-releases) versions after the latest LTS version. -You can have a try of TiDB on [TiDB Playground](http://play.tidbcloud.com/). +You can have a try of TiDB features on [TiDB Playground](http://play.tidbcloud.com/). > **Note:** > diff --git a/mysql-compatibility.md b/mysql-compatibility.md index d513e9da7dfe5..77ca40432ab5c 100644 --- a/mysql-compatibility.md +++ b/mysql-compatibility.md @@ -34,7 +34,7 @@ In addition, TiDB does not support the MySQL replication protocol, but provides -You can have a try of TiDB on [TiDB Playground](http://play.tidbcloud.com/). +You can have a try of TiDB features on [TiDB Playground](http://play.tidbcloud.com/). ## Unsupported features diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index 778227f2917fe..65da50af3d53f 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -10,7 +10,7 @@ This guide walks you through the quickest way to get started with TiDB. For non- - [Deploy a local test cluster](#deploy-a-local-test-cluster) (for macOS and Linux) - [Simulate production deployment on a single machine](#simulate-production-deployment-on-a-single-machine) (for Linux only) -In addition, you can have a try of TiDB on [TiDB Playground](http://play.tidbcloud.com/). +In addition, you can have a try of TiDB features on [TiDB Playground](http://play.tidbcloud.com/). > **Note:** > diff --git a/tidb-cloud/tidb-cloud-quickstart.md b/tidb-cloud/tidb-cloud-quickstart.md index c087165e119ec..5547e3973d865 100644 --- a/tidb-cloud/tidb-cloud-quickstart.md +++ b/tidb-cloud/tidb-cloud-quickstart.md @@ -10,7 +10,7 @@ category: quick start This tutorial guides you through an easy way to get started with your TiDB Cloud. You can also navigate to the [**Getting Started**](https://tidbcloud.com/console/getting-started) page in the TiDB Cloud console to follow the tutorials step by step. -In addition, you can have a try of TiDB on [TiDB Playground](http://play.tidbcloud.com/). +In addition, you can have a try of TiDB features on [TiDB Playground](http://play.tidbcloud.com/). ## Step 1. Create a TiDB cluster From c8a9d54b2069743a8adce31e3d7ced1e2a798fed Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Fri, 2 Jun 2023 19:43:01 +0800 Subject: [PATCH 07/14] Apply suggestions from code review Co-authored-by: Lilian Lee --- basic-features.md | 2 +- mysql-compatibility.md | 2 +- quick-start-with-tidb.md | 2 +- tidb-cloud/tidb-cloud-quickstart.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/basic-features.md b/basic-features.md index a896b9034bf32..4f0f1b22125c6 100644 --- a/basic-features.md +++ b/basic-features.md @@ -8,7 +8,7 @@ aliases: ['/tidb/v6.5/experimental-features','/tidb/stable/experimental-features This document lists the features supported in different TiDB versions, including [Long-Term Support (LTS)](/releases/versioning.md#long-term-support-releases) versions and [Development Milestone Release (DMR)](/releases/versioning.md#development-milestone-releases) versions after the latest LTS version. -You can have a try of TiDB features on [TiDB Playground](http://play.tidbcloud.com/). +You can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/). > **Note:** > diff --git a/mysql-compatibility.md b/mysql-compatibility.md index 77ca40432ab5c..5aa06c986264c 100644 --- a/mysql-compatibility.md +++ b/mysql-compatibility.md @@ -34,7 +34,7 @@ In addition, TiDB does not support the MySQL replication protocol, but provides -You can have a try of TiDB features on [TiDB Playground](http://play.tidbcloud.com/). +You can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/). ## Unsupported features diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index 65da50af3d53f..d2030d8aaf11b 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -10,7 +10,7 @@ This guide walks you through the quickest way to get started with TiDB. For non- - [Deploy a local test cluster](#deploy-a-local-test-cluster) (for macOS and Linux) - [Simulate production deployment on a single machine](#simulate-production-deployment-on-a-single-machine) (for Linux only) -In addition, you can have a try of TiDB features on [TiDB Playground](http://play.tidbcloud.com/). +In addition, you can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/). > **Note:** > diff --git a/tidb-cloud/tidb-cloud-quickstart.md b/tidb-cloud/tidb-cloud-quickstart.md index 5547e3973d865..e52b663fe7bae 100644 --- a/tidb-cloud/tidb-cloud-quickstart.md +++ b/tidb-cloud/tidb-cloud-quickstart.md @@ -10,7 +10,7 @@ category: quick start This tutorial guides you through an easy way to get started with your TiDB Cloud. You can also navigate to the [**Getting Started**](https://tidbcloud.com/console/getting-started) page in the TiDB Cloud console to follow the tutorials step by step. -In addition, you can have a try of TiDB features on [TiDB Playground](http://play.tidbcloud.com/). +In addition, you can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/). ## Step 1. Create a TiDB cluster From 09d55237c4a905d95633fc6ccce279329ffe6d7e Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 5 Jun 2023 10:16:32 +0800 Subject: [PATCH 08/14] Apply suggestions from code review --- _docHome.md | 2 +- basic-features.md | 2 +- mysql-compatibility.md | 2 +- quick-start-with-tidb.md | 2 +- tidb-cloud/tidb-cloud-quickstart.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_docHome.md b/_docHome.md index 823bfa7866500..c76205214dab9 100644 --- a/_docHome.md +++ b/_docHome.md @@ -103,7 +103,7 @@ Documentation for TiDB Cloud application developers - + One-stop and interactive experience of TiDB's capabilities WITHOUT registration diff --git a/basic-features.md b/basic-features.md index 4f0f1b22125c6..829289fa6f655 100644 --- a/basic-features.md +++ b/basic-features.md @@ -8,7 +8,7 @@ aliases: ['/tidb/v6.5/experimental-features','/tidb/stable/experimental-features This document lists the features supported in different TiDB versions, including [Long-Term Support (LTS)](/releases/versioning.md#long-term-support-releases) versions and [Development Milestone Release (DMR)](/releases/versioning.md#development-milestone-releases) versions after the latest LTS version. -You can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/). +You can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_features). > **Note:** > diff --git a/mysql-compatibility.md b/mysql-compatibility.md index 5aa06c986264c..4cb36e4f7f773 100644 --- a/mysql-compatibility.md +++ b/mysql-compatibility.md @@ -34,7 +34,7 @@ In addition, TiDB does not support the MySQL replication protocol, but provides -You can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/). +You can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/?utm_source=docs&utm_medium=mysql_compatibility). ## Unsupported features diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index d2030d8aaf11b..b56f5b2840755 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -10,7 +10,7 @@ This guide walks you through the quickest way to get started with TiDB. For non- - [Deploy a local test cluster](#deploy-a-local-test-cluster) (for macOS and Linux) - [Simulate production deployment on a single machine](#simulate-production-deployment-on-a-single-machine) (for Linux only) -In addition, you can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/). +In addition, you can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_quick_start). > **Note:** > diff --git a/tidb-cloud/tidb-cloud-quickstart.md b/tidb-cloud/tidb-cloud-quickstart.md index e52b663fe7bae..3b7b76b8510da 100644 --- a/tidb-cloud/tidb-cloud-quickstart.md +++ b/tidb-cloud/tidb-cloud-quickstart.md @@ -10,7 +10,7 @@ category: quick start This tutorial guides you through an easy way to get started with your TiDB Cloud. You can also navigate to the [**Getting Started**](https://tidbcloud.com/console/getting-started) page in the TiDB Cloud console to follow the tutorials step by step. -In addition, you can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/). +In addition, you can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_cloud_quick_start). ## Step 1. Create a TiDB cluster From b42a627f13538cccae9b866c9d47f041035bc259 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 5 Jun 2023 10:26:04 +0800 Subject: [PATCH 09/14] Apply suggestions from code review --- _docHome.md | 2 +- basic-features.md | 2 +- mysql-compatibility.md | 2 +- quick-start-with-tidb.md | 2 +- tidb-cloud/tidb-cloud-quickstart.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_docHome.md b/_docHome.md index c76205214dab9..84057b7c22ac2 100644 --- a/_docHome.md +++ b/_docHome.md @@ -103,7 +103,7 @@ Documentation for TiDB Cloud application developers - + One-stop and interactive experience of TiDB's capabilities WITHOUT registration diff --git a/basic-features.md b/basic-features.md index 829289fa6f655..07d0891fedf8b 100644 --- a/basic-features.md +++ b/basic-features.md @@ -8,7 +8,7 @@ aliases: ['/tidb/v6.5/experimental-features','/tidb/stable/experimental-features This document lists the features supported in different TiDB versions, including [Long-Term Support (LTS)](/releases/versioning.md#long-term-support-releases) versions and [Development Milestone Release (DMR)](/releases/versioning.md#development-milestone-releases) versions after the latest LTS version. -You can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_features). +You can try out TiDB features on [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_features). > **Note:** > diff --git a/mysql-compatibility.md b/mysql-compatibility.md index 4cb36e4f7f773..0d8c18e5e98bd 100644 --- a/mysql-compatibility.md +++ b/mysql-compatibility.md @@ -34,7 +34,7 @@ In addition, TiDB does not support the MySQL replication protocol, but provides -You can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/?utm_source=docs&utm_medium=mysql_compatibility). +You can try out TiDB features on [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=mysql_compatibility). ## Unsupported features diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index b56f5b2840755..56012e538b3fc 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -10,7 +10,7 @@ This guide walks you through the quickest way to get started with TiDB. For non- - [Deploy a local test cluster](#deploy-a-local-test-cluster) (for macOS and Linux) - [Simulate production deployment on a single machine](#simulate-production-deployment-on-a-single-machine) (for Linux only) -In addition, you can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_quick_start). +In addition, you can try out TiDB features on [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_quick_start). > **Note:** > diff --git a/tidb-cloud/tidb-cloud-quickstart.md b/tidb-cloud/tidb-cloud-quickstart.md index 3b7b76b8510da..9d69844132596 100644 --- a/tidb-cloud/tidb-cloud-quickstart.md +++ b/tidb-cloud/tidb-cloud-quickstart.md @@ -10,7 +10,7 @@ category: quick start This tutorial guides you through an easy way to get started with your TiDB Cloud. You can also navigate to the [**Getting Started**](https://tidbcloud.com/console/getting-started) page in the TiDB Cloud console to follow the tutorials step by step. -In addition, you can try out TiDB features on [TiDB Playground](http://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_cloud_quick_start). +In addition, you can try out TiDB features on [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_cloud_quick_start). ## Step 1. Create a TiDB cluster From d50204ea4cda58e40e8ee14100a90988e9006a3e Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 5 Jun 2023 10:58:51 +0800 Subject: [PATCH 10/14] update https://tour.tidb.io to TiDB Playground Signed-off-by: Aolin --- basic-sql-operations.md | 2 +- develop/dev-guide-tidb-crud-sql.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic-sql-operations.md b/basic-sql-operations.md index 52c422cbc3039..8d2eb165f14b1 100644 --- a/basic-sql-operations.md +++ b/basic-sql-operations.md @@ -9,7 +9,7 @@ TiDB is compatible with MySQL, you can use MySQL statements directly in most of -To experiment with SQL and test out TiDB compatibility with MySQL queries, you can [run TiDB directly in your web browser without installing it](https://tour.tidb.io/). You can also first deploy a TiDB cluster and then run SQL statements in it. +To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=mysql_compatibility). You can also first deploy a TiDB cluster and then run SQL statements in it. diff --git a/develop/dev-guide-tidb-crud-sql.md b/develop/dev-guide-tidb-crud-sql.md index 9e0ca6c900e99..f806a9ef424b9 100644 --- a/develop/dev-guide-tidb-crud-sql.md +++ b/develop/dev-guide-tidb-crud-sql.md @@ -19,7 +19,7 @@ Please make sure you are connected to a TiDB cluster. If not, refer to [Build a TiDB is compatible with MySQL, you can use MySQL statements directly in most cases. For unsupported features, see [Compatibility with MySQL](/mysql-compatibility.md#unsupported-features). -To experiment with SQL and test out TiDB compatibility with MySQL queries, you can [run TiDB directly in your web browser without installing it](https://tour.tidb.io/). You can also first deploy a TiDB cluster and then run SQL statements in it. +To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=mysql_compatibility). You can also first deploy a TiDB cluster and then run SQL statements in it. This page walks you through the basic TiDB SQL statements such as DDL, DML, and CRUD operations. For a complete list of TiDB statements, see [TiDB SQL Syntax Diagram](https://pingcap.github.io/sqlgram/). From 97855dfd166f263c609d810e5992858ed8de424f Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 5 Jun 2023 11:07:09 +0800 Subject: [PATCH 11/14] Apply suggestions from code review --- basic-sql-operations.md | 2 +- develop/dev-guide-tidb-crud-sql.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic-sql-operations.md b/basic-sql-operations.md index 8d2eb165f14b1..bd6c2eb43e3e3 100644 --- a/basic-sql-operations.md +++ b/basic-sql-operations.md @@ -9,7 +9,7 @@ TiDB is compatible with MySQL, you can use MySQL statements directly in most of -To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=mysql_compatibility). You can also first deploy a TiDB cluster and then run SQL statements in it. +To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=basic-sql-operations). You can also first deploy a TiDB cluster and then run SQL statements in it. diff --git a/develop/dev-guide-tidb-crud-sql.md b/develop/dev-guide-tidb-crud-sql.md index f806a9ef424b9..9fa4493e245f6 100644 --- a/develop/dev-guide-tidb-crud-sql.md +++ b/develop/dev-guide-tidb-crud-sql.md @@ -19,7 +19,7 @@ Please make sure you are connected to a TiDB cluster. If not, refer to [Build a TiDB is compatible with MySQL, you can use MySQL statements directly in most cases. For unsupported features, see [Compatibility with MySQL](/mysql-compatibility.md#unsupported-features). -To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=mysql_compatibility). You can also first deploy a TiDB cluster and then run SQL statements in it. +To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=basic-sql-operations). You can also first deploy a TiDB cluster and then run SQL statements in it. This page walks you through the basic TiDB SQL statements such as DDL, DML, and CRUD operations. For a complete list of TiDB statements, see [TiDB SQL Syntax Diagram](https://pingcap.github.io/sqlgram/). From 5c669172a65c9a055e87347ab4640e235e15813d Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Mon, 5 Jun 2023 11:19:26 +0800 Subject: [PATCH 12/14] Update wording --- _docHome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docHome.md b/_docHome.md index 84057b7c22ac2..d376c34d3e0cc 100644 --- a/_docHome.md +++ b/_docHome.md @@ -103,7 +103,7 @@ Documentation for TiDB Cloud application developers - + One-stop and interactive experience of TiDB's capabilities WITHOUT registration From a058a3ce2e1dd89bf32ee8e16cc60c1d7e23b469 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 5 Jun 2023 16:37:29 +0800 Subject: [PATCH 13/14] Update develop/dev-guide-tidb-crud-sql.md --- develop/dev-guide-tidb-crud-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/dev-guide-tidb-crud-sql.md b/develop/dev-guide-tidb-crud-sql.md index 9fa4493e245f6..052f54e0a30b5 100644 --- a/develop/dev-guide-tidb-crud-sql.md +++ b/develop/dev-guide-tidb-crud-sql.md @@ -19,7 +19,7 @@ Please make sure you are connected to a TiDB cluster. If not, refer to [Build a TiDB is compatible with MySQL, you can use MySQL statements directly in most cases. For unsupported features, see [Compatibility with MySQL](/mysql-compatibility.md#unsupported-features). -To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=basic-sql-operations). You can also first deploy a TiDB cluster and then run SQL statements in it. +To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=dev-guide-tidb-crud-sql). You can also first deploy a TiDB cluster and then run SQL statements in it. This page walks you through the basic TiDB SQL statements such as DDL, DML, and CRUD operations. For a complete list of TiDB statements, see [TiDB SQL Syntax Diagram](https://pingcap.github.io/sqlgram/). From 0875ca709237692c03429cb250dbad10ef7c648d Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Mon, 5 Jun 2023 16:54:22 +0800 Subject: [PATCH 14/14] Update develop/dev-guide-tidb-crud-sql.md --- develop/dev-guide-tidb-crud-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/dev-guide-tidb-crud-sql.md b/develop/dev-guide-tidb-crud-sql.md index 052f54e0a30b5..9fa4493e245f6 100644 --- a/develop/dev-guide-tidb-crud-sql.md +++ b/develop/dev-guide-tidb-crud-sql.md @@ -19,7 +19,7 @@ Please make sure you are connected to a TiDB cluster. If not, refer to [Build a TiDB is compatible with MySQL, you can use MySQL statements directly in most cases. For unsupported features, see [Compatibility with MySQL](/mysql-compatibility.md#unsupported-features). -To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=dev-guide-tidb-crud-sql). You can also first deploy a TiDB cluster and then run SQL statements in it. +To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=basic-sql-operations). You can also first deploy a TiDB cluster and then run SQL statements in it. This page walks you through the basic TiDB SQL statements such as DDL, DML, and CRUD operations. For a complete list of TiDB statements, see [TiDB SQL Syntax Diagram](https://pingcap.github.io/sqlgram/).