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

Advertisement

One thought on “phpMyAdmin – SQL import timeout”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

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