From: Matthijs Kooijman Date: Sun, 13 Feb 2011 11:24:32 +0000 (+0100) Subject: phpmyadmin: Show 200 rows per page by default. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=5dcc3136dd56e00f8c3bb547e8f808e6bca9270b;hp=7c08ef726cee88e56f0aedb3b853070a2499a399;p=matthijs%2Fservers%2Fdrsnuggles.git phpmyadmin: Show 200 rows per page by default. The default limit of 30 is a bit low, usually you want a bit more overview. --- 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