PHP8.1.21版本已发布
vue8.1.21版本已发布
jquery8.1.21版本已发布

mysql workbench 没有显示information_schema等系统数据库

原创
2016-06-07 16:41:56 3850浏览

首先确定当前用户拥有这些系统数据库的相应权限!!!! 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,就能看到这些系统表了,

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。