Here is how to configure phpMyAdmin to display more rows:
In the phpMyAdmin directory, edit "config.inc.php"
To change from the default of 30 rows to 1000 rows, Add the following line:
Code: Select all
$cfg['MaxRows'] = 1000;Moderator: General Moderators
Code: Select all
$cfg['MaxRows'] = 1000;