Import a Database Dump or Backup
ℹ️ Note: This article applies to our Web and Reseller Hosting packages.
Importing a database dump or backup
📥 Via DirectAdmin (recommended)
- Log in at
https://voorbeeld.cc:2222
(or use Single Sign-On (SSO)). - Under Account Manager, click Databases.
- In the overview, click Manage next to the correct database.
- Scroll down and click Import.
- Choose the
.sql
file you want to import and click Upload. - Choose whether to delete existing data:
- Click YES to delete existing data (recommended for full backups).
- Click NO to keep existing data.
- The database will now be imported. This may take a few minutes.
📥 Via phpMyAdmin
- Log in at
https://voorbeeld.cc:2222
(or use Single Sign-On (SSO)). - Under Account Manager, click Databases.
- In the overview, click Manage next to the correct database.
- Click PHPMYADMIN in the top right corner.
- Select the database name on the left.
- Click the Import tab.
- Click Choose File and select the
.sql
file. - Scroll down and click Import to upload the file.
📥 Via SSH
- Upload the database backup to the
/
folder on your hosting package (via FTP or File Manager). - Connect to your hosting package using SSH.
- Enter the following command:
mysql -u[database_user] -p [database_name] < [database_backup].sql
- Press Enter.
- Enter the password for the database user and press Enter again.
- The database will now be imported. This may take a few minutes.
- Replace voorbeeld.cc with your own domain name.
- Replace [database_user] with your database user.
- Replace [database_name] with your database name.
🎦 Instructional Video
Updated on: 19/05/2025
Thank you!