tags:

views:

93

answers:

1
( 1 .. 250 / 451 )

I have 451 tables, but phpmyadmin by default only shows 250 tables,

how can I make it show the rest tables?

+1  A: 

try setting $cfg['MaxTableList'] to 451 (or 500) in your config.inc.php. requires phpMyAdmin 2.11.0 or greater.

ax