diff --git a/content/develop/tutorials/databases/tidb.md b/content/develop/tutorials/databases/tidb.md index af2611c46..484587dce 100644 --- a/content/develop/tutorials/databases/tidb.md +++ b/content/develop/tutorials/databases/tidb.md @@ -25,7 +25,7 @@ You can create more clusters if you want to. Click the cluster name to enter clu ![Cluster overview](/images/databases/tidb-3.png) -Then click **Connect** to easily get the connection arguments to access the cluster. On the popup, click **Generate password** to set the password. +Then click **Connect** to easily get the connection arguments to access the cluster. On the popup, click **Generate Password** to set the password. ![Get connection arguments](/images/databases/tidb-4.png) @@ -44,7 +44,7 @@ to [skip to the next step](#add-username-and-password-to-your-local-app-secrets) -Once your TiDB cluster is up and running, connect to it with the `mysql` client(or with **Chat2Query** tab on the console) and enter the following commands to create a database and a table with some example values: +Once your TiDB cluster is up and running, connect to it with the `mysql` client(or with **SQL Editor** tab on the console) and enter the following commands to create a database and a table with some example values: ```sql CREATE DATABASE pets; diff --git a/public/images/databases/tidb-1.png b/public/images/databases/tidb-1.png index 99b4fe9d7..f4aae0df4 100644 Binary files a/public/images/databases/tidb-1.png and b/public/images/databases/tidb-1.png differ diff --git a/public/images/databases/tidb-2.png b/public/images/databases/tidb-2.png index e6b3e64c9..f70ecc70c 100644 Binary files a/public/images/databases/tidb-2.png and b/public/images/databases/tidb-2.png differ diff --git a/public/images/databases/tidb-3.png b/public/images/databases/tidb-3.png index c5bfddf45..adb4e3d60 100644 Binary files a/public/images/databases/tidb-3.png and b/public/images/databases/tidb-3.png differ diff --git a/public/images/databases/tidb-4.png b/public/images/databases/tidb-4.png index bd8fa3195..9eb0d7507 100644 Binary files a/public/images/databases/tidb-4.png and b/public/images/databases/tidb-4.png differ