projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c08ef7
)
phpmyadmin: Show 200 rows per page by default.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 13 Feb 2011 11:24:32 +0000
(12:24 +0100)
committer
Matthijs 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
patch
|
blob
|
history
diff --git
a/etc/phpmyadmin/config.inc.php
b/etc/phpmyadmin/config.inc.php
index da4790eaa1e8eefed48f969c879c32257442b79e..d9cf01e5291487a8e0b87e3b9f2bac4adcf1e865 100644
(file)
--- 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