phpmyadmin 显示所有未分成 View 和表的表

标签 php mysql phpmyadmin

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

enter image description here

我一直在阅读所有旧帖子,到目前为止,我已经在我的配置中添加了所有这些,但仍然必须每 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.

最佳答案

听起来你想设置 NavigationTreeEnableGrouping =假;

关于phpmyadmin 显示所有未分成 View 和表的表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19929452/

相关文章:

脚本第 1 行出现 php 错误 "headers already set"

php - 在 PHP 中使用 foreach 从数据库中检索数据

php - curl 错误 : unable to set private key file: 'test.pem' type PEM

java - 使用 JPA 和 MySQL 检查用户是否喜欢该帖子的最佳方法是什么?

php - 如何在 apache 和 php_cli 之间共享 APC 缓存?

php - 根据内容中的日期获取最近 N 周的 MySQL 行

mysql - 对于每一行

mysql - 通过 phpMyAdmin 将 XML 文件导入 MySQL

mysql - 在线词典 MySQL 的英文单词

mysql - 无法使用 xampp localhost 启动 phpmyadmin