diff --git a/_docHome.md b/_docHome.md index 665d6764677c5..d376c34d3e0cc 100644 --- a/_docHome.md +++ b/_docHome.md @@ -103,6 +103,12 @@ Documentation for TiDB Cloud application developers + + +One-stop and interactive experience of TiDB's capabilities WITHOUT registration + + + Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training diff --git a/basic-features.md b/basic-features.md index 22b2198683e7c..07d0891fedf8b 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 try out TiDB features on [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_features). + > **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/basic-sql-operations.md b/basic-sql-operations.md index 52c422cbc3039..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 [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=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 9e0ca6c900e99..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 [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=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/). diff --git a/mysql-compatibility.md b/mysql-compatibility.md index 585dfcfc8816e..0d8c18e5e98bd 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 try out TiDB features on [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=mysql_compatibility). + ## Unsupported features + Stored procedures and functions diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index bbcd288ccc658..56012e538b3fc 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 try out TiDB features on [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=tidb_quick_start). + > **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..9d69844132596 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 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 [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: