Skip to content

Commit

Permalink
update the MySQL version to 8.0 for server-version (pingcap#17975)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Jul 16, 2024
1 parent ad1b67b commit a24105d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-nodejs-prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void main();
如果连接成功,在你的终端上会输出所连接集群的版本信息。

```
🔌 Connected to TiDB cluster! (TiDB version: 5.7.25-TiDB-v6.6.0-serverless)
🔌 Connected to TiDB cluster! (TiDB version: 8.0.11-TiDB-v8.2.0)
🆕 Created a new player with ID 1.
ℹ️ Got Player 1: Player { id: 1, coins: 100, goods: 100 }
🔢 Added 50 coins and 50 goods to player 1, now player 1 has 150 coins and 150 goods.
Expand Down

0 comments on commit a24105d

Please sign in to comment.