Skip to content
UK web hosting, domain names, email, website security and online services.

Import a database Print

  • database, hosting, import
  • 0

Import into the correct empty or prepared database and verify the table count and application behaviour before deleting the source copy.

Applies to: SQL and compressed database exports

Prepare the import

  • Create the destination database and assigned user.
  • Take a backup if the destination already contains data.
  • Confirm the character set, database engine and application version are compatible.
  • Keep the source database and export until validation is complete.

Import with phpMyAdmin

  1. Open Hosting Features > MySQL > phpMyAdmin.
  2. Select the destination database.
  3. Open Import.
  4. Choose the .sql or supported compressed export.
  5. Leave character encoding at the export’s correct value, normally UTF-8, unless the source requires another value.
  6. Start the import and wait for the completion message.
  7. Check the table list and any reported warnings/errors.
  8. Update the application configuration with the exact destination database details and test the application.

Common problems

SymptomLikely causeWhat to do
Upload/import limit reached.The export is larger than browser/PHP limits.Compress the SQL if supported, split it safely, or contact Support for an assisted import.
Tables already exist.The destination is not empty or the import is being repeated.Stop and compare the destination; do not delete tables without a verified backup.
Unknown collation or syntax error.The source database version or export options are incompatible.Re-export with compatible options or provide the exact error to Support.

Related articles

Last reviewed: 2026-07-25.


Was this answer helpful?

« Back