From 29a0b6122847653c9c3ba903f41cafdb5b435073 Mon Sep 17 00:00:00 2001 From: Zhengmao Zhu <70138133+fenghuazzm@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:36:11 +0800 Subject: [PATCH] Update 12-IDEA.mdx --- docs/zh/20-third-party/12-IDEA.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zh/20-third-party/12-IDEA.mdx b/docs/zh/20-third-party/12-IDEA.mdx index 2dd682f199..7d45c7f2ed 100644 --- a/docs/zh/20-third-party/12-IDEA.mdx +++ b/docs/zh/20-third-party/12-IDEA.mdx @@ -59,13 +59,12 @@ IDEA Ultimate 版自带数据库管理工具,类似于一个小型 Navicat。 ![image](https://user-images.githubusercontent.com/70138133/180197251-98764434-bb7b-4e3a-9674-0620ab6d8bad.png) -## 验证 +## 验证方法 -- 配置完后进行验证,点击刷新后再点击显示所有数据库: +- 配置完后进行验证,刷新后点击显示所有数据库,看是否出现了所有的数据库: ![image](https://user-images.githubusercontent.com/70138133/180202803-6e277132-44bd-4b22-8921-a54d16190d2b.png) - - 右击数据源,新建查询控制台测试能否查询。需要注意的是,RESTful 请求是无状态的,查询、写入需要在表名前带上数据库名。 - 2.X 版本中默认带 log 库,我们可以使用 `SHOW log.stables` 查看包含哪些超级表后对特定表进行查询、调试: @@ -82,3 +81,4 @@ IDEA Ultimate 版自带数据库管理工具,类似于一个小型 Navicat。 ![image](https://user-images.githubusercontent.com/70138133/180205161-7f0314eb-cdaa-442c-acb5-d33931c32648.png) + -- GitLab