How can I set a default sort for tables in PHPMyAdmin (i.e. always "Primary key - Descending")
Posted
by jeremyclarke
on Stack Overflow
See other posts from Stack Overflow
or by jeremyclarke
Published on 2010-06-02T16:31:14Z
Indexed on
2010/06/02
16:34 UTC
Read the original article
Hit count: 182
Even though its obnoxious in a lot of ways I use PHPMyAdmin all the time to debug database issues while writing PHP. By default it sorts tables by primary key ascending. 99% of the time I would rather have the newest data (my test data) shown at the top by default rather than the useless first few records ever saved.
Is there a way to configure PHPMyAdmin to show the newest records by default? To alter similar behavior?
© Stack Overflow or respective owner