Change default Results Per Page in phpMyAdmin

From Birnam Designs Wiki

Jump to: navigation, search

You can modify the MaxRows value, which is the page limit when displaying results. This is normally 30, i.e. for more than 30 results the results are split into pages.

Edit /usr/share/phpmyadmin/config.inc.php (or wherever this is located on your system) and modify or add this line:

$cfg['MaxRows'] = 300;

With '300' changed to whatever value you would like.

Share This!
This page was last modified on 11 February 2010, at 19:44. This page has been accessed 603 times.