Página 1 de 1

[Resolvido] Fatal error: Maximum execution time

Enviado: 11 Mai 2020, 22:25
por flaviosapatos
Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 213

Ao fazer a importação esta dando esse erro usando o xampp pelo http://localhost/phpmyadmin/import.php

Re: Fatal error: Maximum execution time

Enviado: 11 Mai 2020, 22:54
por flaviosapatos
resolvido assim:


This is the the right answer:

go to

c:\wamp\apps\phpmyadmin\libraries\config.default.php

find and set

$cfg['ExecTimeLimit'] = 0;

restart all services and done.