If you have problem on importing the SQL in phpMyAdmin. First, try increasing the following two values in php.ini.
- max_execution_time
- max_input_time
Second, Add the following line in the phpMyAdmin config.inc.php.
$cfg['ExecTimeLimit'] = 0;
Done =)
Reference: Best way to import large .sql files to PHPmyAdmin via WAMP
Reblogged this on Sutoprise Avenue, A SutoCom Source.
LikeLike