I use phpMyAdmin 2.6.3, is there any way I can change the order of the rows in a particular table... it's starting to get messy and I want to group similar rows together?
R e b r a n d t
6:22 am on Oct 7, 2005 (gmt 0)
You should use SELECTs to view/find/group tables. DB engine finds its optimal way to store rows in the table.
True, there is such thing as "table defragmentation" but it is related to a phisical arrangement of table and should not help you (-;