mysql workbench 没有显示information_schema等系统数据库
程序员文章站
2022-04-22 11:25:15
...
首先确定当前用户拥有这些系统数据库的相应权限!!!! mysql workbench默认没有显示information_schema,mysql, performance_schema这三个系统数据库,我们只要在preference中设置如下: edit-Preferences-SQL Editor-general-show data Dictionaries and
首先确定当前用户拥有这些系统数据库的相应权限!!!!
mysql workbench默认没有显示information_schema,mysql, performance_schema这三个系统数据库,我们只要在preference中设置如下:
edit->Preferences->SQL Editor->general->show data Dictionaries and internal schemas
点击ok,就能看到这些系统表了,
本文出自:http://www.javacoder.cn, 原文地址:http://www.javacoder.cn/?p=316, 感谢原作者分享。