How can I set a default sort for tables in PHPMyAdmin (i.e. always “Primary key - Descending”)

后端 未结 7 1016
情书的邮戳
情书的邮戳 2020-12-11 01:19

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%

相关标签:
7条回答
  • 2020-12-11 01:49

    i think you can do this. Go to a table -> operations and set alter table order by descending. Next time when ever you browse you get the newest row first.

    0 讨论(0)
提交回复
热议问题