【问题标题】:phpmyadmin show all tables not separated into views and tablesphpmyadmin 显示所有未分成视图和表的表
【发布时间】:2013-11-24 14:50:13
【问题描述】:

我怎样才能让 phpMyAdmin 4.0.8 的行为像它用来列出所有表一样,所以它不会这样做:

我一直在阅读所有旧帖子,到目前为止,我已经在我的配置中添加了所有这些,但仍然必须每 2 分钟点击一次展开表格。

$cfg['ShowPhpInfo'] = true;
$cfg['ShowAll'] = true; // Enable display all the rows
$cfg['MaxRows'] = 50; // Maximum number of rows to display
$cfg['MaxDbList'] = 1000; // Maximum databases displayed per page
$cfg['MaxNavigationItems'] = 1000; // Maximum navigation items per list
$cfg['MaxTableList'] = 1000; // Maximum tables displayed per page
$cfg['NavigationTreeDBSeparator']  = ''; // Disable prefix removal
$cfg['NumRecentTables'] = 100; // Number of recently used tables. Set this to 0 (zero) to disable the listing of recent tables.
$cfg['LoginCookieValidity'] = 604800; // Prevent timeout for a week 
$cfg['NavigationTreeEnableGrouping'] = false; // Group the databases based on a common prefix in their name 
$cfg['NavigationDisplayLogo'] = false; // Hide logo
$cfg['NavigationTreeDisplayItemFilterMinimum'] = 9999; // Minimum number of items (tables, views, routines and events) to display a JavaScript filter box above the list of items in the navigation tree.
$cfg['NavigationTreeDisplayDbFilterMinimum'] = 9999; // Minimum number of databases to display a JavaScript filter box above the list of databases in the navigation tree.

【问题讨论】:

  • phpmyadmin 版本 4.0.8
  • 为什么不降级? :P 可能很愚蠢,但是升级 pMA 有什么具体原因吗?
  • @praveen-kumar-purushothaman 也许是安全?!这些天,我的所有网站都在不断扫描 pMA 文件夹。
  • @machineaddict 也许......我什至不记得回答这个问题了!大声笑。

标签: php mysql phpmyadmin


【解决方案1】:

听起来你想设置NavigationTreeEnableGrouping= false;

【讨论】:

  • 谢谢,但我试过了,它只影响具有相同前缀的数据库分组。与分组表和视图无关,这是我的主要问题
  • 哦,你当然是对的,我误会了。在我的快速测试中,我没有任何意见,它立即展开。目前,我不知道如何自动展开这些,但您可以尝试打开功能请求 (sourceforge.net/tracker/…) 以自动展开所有可用的视图和表格。
  • 我实际上找不到在该页面上打开功能请求的任何地方
  • 对不起,我想我应该考虑清楚的。 sourceforge.net/p/phpmyadmin/feature-requests/new 但您需要登录 Sourceforge 才能正常工作。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2011-03-06
  • 2019-10-03
  • 2019-11-28
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多