phpmyadmin: Show 200 rows per page by default.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Feb 2011 11:24:32 +0000 (12:24 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Feb 2011 11:24:32 +0000 (12:24 +0100)
The default limit of 30 is a bit low, usually you want a bit more
overview.

etc/phpmyadmin/config.inc.php

index da4790eaa1e8eefed48f969c879c32257442b79e..d9cf01e5291487a8e0b87e3b9f2bac4adcf1e865 100644 (file)
@@ -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