Database Backup & Restore
Export databases for backup or migration, and import to restore.
Exporting a Database
- Open phpMyAdmin
- Select your database
- Click Export
- Choose Quick method
- Format: SQL
- Click Go
- Save the .sql file
Custom Export Options
Select Custom for more control:
- Choose specific tables
- Add DROP TABLE statements
- Include CREATE DATABASE
- Compress output (gzip)
Importing a Database
- Create an empty database first (if needed)
- Open phpMyAdmin
- Select the target database
- Click Import
- Click Choose File
- Select your .sql file
- Click Go
Large Database Imports
phpMyAdmin has size limits. For large databases:
- Upload .sql file via File Manager
- Use cPanel → MySQL Databases → Import
- Or contact support for assistance
Tip: Compress large exports to .sql.gz for smaller file sizes.