How can I remove the default phpmyadmin limit on MySQL queries? -


this question has answer here:

phpmyadmin implements default limit 0, 30.
aware of show all button can use prefer option have code executed entered.

is there config option can set change or remove 30 limit @ session or system level?

here answer post:

in phpmyadmin directory, there file called "config.inc.php".

find line sets maxrows value:

$cfg['maxrows'] = 1000; 

and change value whatever want.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -