Skip to content

Commit

Permalink
update tidb doc to catch up with latest product (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu authored Jul 11, 2024
1 parent 47b6f8d commit 3f7ab81
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/develop/tutorials/databases/tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -44,7 +44,7 @@ to [skip to the next step](#add-username-and-password-to-your-local-app-secrets)

</Note>

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;
Expand Down
Binary file modified public/images/databases/tidb-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/databases/tidb-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/databases/tidb-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/databases/tidb-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f7ab81

Please sign in to comment.