某些数据库旁边的 phpMyAdmin 图标(书盒?)是什么意思? [英] What does the phpMyAdmin icon (box of books?) beside certain databases mean?

查看:41
本文介绍了某些数据库旁边的 phpMyAdmin 图标(书盒?)是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

下图是我所指的图标示例.它仅存在于 50 个数据库中的 4 个中.

The image below is an example of the icon I am referring to. It is only present on 4 out of 50 databases.

推荐答案

这表示两个或多个数据库基于一个公共前缀组合在一起.

That indicates that two or more databases are being grouped together based on a common prefix.

默认情况下,带有前缀和下划线的数据库组合在一起;所以 test_keystest_tablestest_unicode 都将在 test 下组合在一起,以访问您的每个数据库d 单击加号以展开它们.

By default, databases with a prefix and underscore are grouped together; so test_keys, test_tables, and test_unicode would all be grouped together under test, to get to each database you'd click the plus sign to expand them.

可以使用 $cfg['NavigationTreeDbSeparator'] 配置分隔符.使用配置指令 $cfg['NavigationTreeTableSeparator'],并且可以通过设置 $cfg['NavigationTreeEnableGrouping'] = 'false';

这篇关于某些数据库旁边的 phpMyAdmin 图标(书盒?)是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆