当前位置: 首页 > news >正文

Error encountered when performing Introspect the Portion of idea Introspect using JDBC metadata在哪设置

前言

使用idea2025专业版(MAC)连接mySQL后无法显示表结构,并且报错

Error encountered when performing Introspect the Portion of 1 schema (full)) on level 1: Unknown table cf_reimb_paperless.tables.
Unknown table cf_reimb_paperless.tables.
Table 'cf_reimb_paperless.tables' doesn't exist.
Unknown table cf_reimb_paperless.procs_priv.
Unknown table cf_reimb_paperless.column_privileges.

解决

网上大部分解决方案均指向idea Introspect using JDBC metadata这个按钮打✅,但是找了半天,并没有在option找到这个按钮在哪;无奈只能查看idea官方文档
Data Sources and Drivers dialog直接检索了关键字,出现2条,看到了合适的是这个
文中末尾给了提示,放到了Advanced标签下

Temporarily enable introspection with JDBC metadata
Open data source properties by doing one of the following:
On the Database tool window toolbar, click The Data Sources icon Data Sources.
Open the Data Source and Drivers dialog
On the Data Sources tab, select the data source that you want to modify.
Open the Advanced tab.
From the Expert options list, select the Introspect using JDBC metadata checkbox.
Synchronize the view (see Step 1. Synchronize the database state).

image

MAC版本准确位置👇

image
image

windows在这

0174e4240abefdd33292cd2e68b5fc7d

http://www.hskmm.com/?act=detail&tid=8540

相关文章:

  • 核桃 CSP-S 模拟
  • 正确输入连字号、连接号、破折号和负号
  • 9 月记录
  • python基础-元组
  • .net core中获得程序集以及注入框架的方法总结
  • python基础篇-list(列表)
  • vscode使用powershell中文乱码
  • 关于如何读懂 P11832 [省选联考 2025] 图排列?
  • Untitled
  • 敏感性分析
  • 完整教程:论园区电气安全管理系统的重要性
  • 基于CSU8RP1186芯片的握力器解决方案
  • 亮相2025年服贸会,天翼云打造高质量算力服务新生态!
  • 易路薪酬专家Agent:基于10亿级数据与AI的智能薪酬解决方案
  • 有点意思!Java8后最有用新特性排行榜!
  • 数据结构 Trick 之:KDT 求 k 近/远 点
  • .NET 8程序配置版本及产品信息
  • C语言第二讲:进制转化
  • XXL-JOB(4)
  • QOJ #10485. Peculiar Protocol 题解
  • C++ 常用关键字
  • 【AP出版】第四届数理统计与经济分析国际学术会议 (MSEA 2025)
  • 数据结构 Trick 之:区间子区间计数
  • mapstruct.Mapper|Mapping详解
  • 抽象代数-学习笔记
  • 如何在保证质量的前提下,快速完成一份 PPT?
  • Source Code Summarization in the Era of Large Language Models 论文笔记
  • 线性回归-入门案例
  • XXL-JOB(3)
  • ClickHouse 表引擎深度解析:ReplacingMergeTree、PARTITION、PRIMARY KEY、ORDER BY 详解 - 若