phpMyAdmin – SQL import timeout

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

One thought on “phpMyAdmin – SQL import timeout”

Leave a reply to SutoCom Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.