phpMyAdmin Import Timeout

phpMyAdmin times out when the import takes too long or the file is too big.

Common causes

  • max_execution_time reached
  • Upload size limits on shared hosting
  • Large dumps with huge INSERTs

Best fixes

  • Split the dump into 10–20MB parts
  • Import sequentially
  • Use CLI import if available

Quick fix

Split the dump into smaller parts to reduce statement size and import time.

Open SQLSplit

Related guides