Database Restore Errors (Common Messages and Fixes)
-
If import fails in phpMyAdmin:
-
Try compressed
.sql.gzexport/import.
-
-
If you see “max execution time” or timeouts:
-
Import during low traffic.
-
Split the SQL file (advanced) or request assistance.
-
-
If you see collation/charset errors:
-
Export using compatible settings.
-
Ensure the database charset matches the site requirements.
-
-
If tables already exist:
-
Ensure the export includes DROP TABLE statements (or delete tables before import if you know what you’re doing).
-
-
If the website breaks after DB restore:
-
Confirm
wp-config.phppoints to the correct database/user. -
Clear cache.
-
-
Best practice
-
When unsure, request a full restore instead of manual DB operations—manual DB changes are easy to misapply.
-