尽管在许多方面我都很讨厌使用
PHPMyAdmin来编写
PHP来调试数据库问题.默认情况下,按主键升序对表进行排序. 99%的时间,我宁愿拥有最新的数据(我的测试数据),默认显示在顶部,而不是无用的前几个记录保存.
By default it sorts tables by primary
key ascending
默认情况下,PHPMyAdmin不执行任何排序.它只是要求表中的所有记录,MysqL正在决定顺序.
Is there a way to configure PHPMyAdmin
to show the newest records by default?
To alter similar behavior?
没有办法做到这一点,因为PHPMyAdmin将被告知每个表的每个主键(假设有一个,只有一个)以及如何排序.