I just updated to version 4.1.7. I've noticed that when I select a table thats empty, it doesn't show me the structure by default. Instead I get something that says:

MySQL returned an empty result set (i.e. zero rows). (Query took 0.0002 sec)

Is there a way to force the Structure tab to load first instead of table data?

有帮助吗?

解决方案

By default, clicking the table name in the navigation area takes you to the Browse view; clicking the icon in front of it takes you to the Structure view.

You can change those defaults with $cfg['NavigationTreeDefaultTabTable'] and $cfg['DefaultTabTable'].

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top