I was trying to upload a large .sql file which have more than 14000 rows. which caused the error maximum execution time when importing .SQL data file
. Then I searched on google to resolve the issue and followed answers on this question . So i made some changes in C:xamppphpMyAdminlibrariesconfig.default.php file by changing $cfg['ExecTimeLimit'] = 0;
.
Now the issue is that phpmyadmin is not opening on localhost. How can I resolved this issue?
Question posted in PhpMyAdmin
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Remove
$cfg['ExecTimeLimit']
Then Restart
XAMPP
then Try ThisBetter way to import large DB :
mysql
->bin
foldercommand
below :this problem caught me out too…I was able to start phpmyadmin after opening config.default.php in wordpad and saving it again, seems using notepad stops it from working…I hope this saves someone hours of frustration!