From 5dcc3136dd56e00f8c3bb547e8f808e6bca9270b Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 13 Feb 2011 12:24:32 +0100 Subject: [PATCH] phpmyadmin: Show 200 rows per page by default. The default limit of 30 is a bit low, usually you want a bit more overview. --- etc/phpmyadmin/config.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/phpmyadmin/config.inc.php b/etc/phpmyadmin/config.inc.php index da4790e..d9cf01e 100644 --- a/etc/phpmyadmin/config.inc.php +++ b/etc/phpmyadmin/config.inc.php @@ -43,6 +43,8 @@ $cfg['Servers'][$i]['connect_type'] = 'tcp'; // $cfg['Servers'][$i]['column_info'] = 'pma_column_info'; // $cfg['Servers'][$i]['history'] = 'pma_history'; // $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords'; +$cfg['MaxRows'] = 200; + /* * End of servers configuration -- 2.30.2