Use Cases
Last updated January 14, 2026
WordPress Migration
Perfect for moving WordPress sites between hosts:
- Export database from old host (via phpMyAdmin or plugin)
- Upload SQL file to SmartDump
- Auto-detect charset and prefix
- Import with "Continue on errors" mode
- Update
wp-config.phpwith new credentials
WooCommerce Store Transfer
Handles large WooCommerce databases with ease:
- Automatically handles serialized product data
- Skips duplicate entry errors (common with WooCommerce)
- Live logs show exactly what's happening
- 99%+ success rate even with complex stores
Database Backup & Restore
- Use "Backup Database" feature before risky operations
- Download the backup SQL file
- If something goes wrong, restore using SmartDump
Localhost to Production
Import development databases to production:
- Change table prefix if needed (
local_→prod_) - Set error handling to "stop on first error" for strict imports
- Get email notification when complete