I have a table where I have 1.5 million records (680 MB). When I am trying to open this table in PHPMyAdmin it is not able to load
Question posted in PhpMyAdmin
The official documentation can be found here.
The official documentation can be found here.
2
Answers
please go to
xamppphpMyAdminlibrariesconfig.default.php
look for
$cfg['ExecTimeLimit'] = 600;
Change it to a higher value like 5000
You have to change the
ExecTimeLimit
insideconfig.default.php
file.Default value is
600
. Edit it with0
(no limit execution time):