maximum execution time error when importing sql data file since php.ini has been already set max execution time 3000
I am trying to import a large SQL data file using PHPMyAdmin in localhost
This the config file for php.ini max_exection_time : 30000 already set.
but I still getting this problem.
so I follow this step and now the problem has been solved.
Solution: There's a configuration variable within the phpMyAdmin directory that I find in
This the config file for php.ini max_exection_time : 30000 already set.
but I still getting this problem.
so I follow this step and now the problem has been solved.
Solution: There's a configuration variable within the phpMyAdmin directory that I find in
libraries\config.default.php
called $cfg['ExecTimeLimit']
that I set according to my requirement now it has been fixed.