Show All Rows PHP 7.0.10
Posted by: charliemelrose (---.static.optonline.net)
Date: April 14, 2017 05:41PM

I installed the latest version of WAMP and am using PHP 7.0.10. I imported a .sql dump and it has several million rows. How do I "show all rows" and not be limited to 500 rows at a time? I did research and most of the advice is to modify the config.inc.php, hpwever, there is no such file in the latest version(s) of PHP in WAMP. Thanks for the help!!

Options: ReplyQuote
Re: Show All Rows PHP 7.0.10
Posted by: Otomatic (Moderator)
Date: April 14, 2017 06:32PM

Hi,

This has absolutely nothing to do with the version of PHP, nor the version of Wampserver.
These are settings for PhpMyAdmin.

There is a file "config.inc.php", that is the one of the personal configuration of phpMyAdmin:

wamp\apps\phpmyadmin4.7.0\config.inc.php

See file (do not modify) wamp\apps\phpmyadmin4.7.0\libraries\config.default.php for possible values, may be
$cfg['ShowAll']

And then, you have very badly looked for the files "config.inc.php" since there is also a second one, reserved for the configuration of Wampserver "wamp\scripts\config.inc.php" that should never be modified.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.