Import Export commands of various databases
Dumping and restoring a backup.
Section titled “Dumping and restoring a backup.”Use mysqldump to export. And mysql to import.
PostgreSQL
Section titled “PostgreSQL”Use pg_dump to export. Use psql to import.
Oracle
Section titled “Oracle”Use exp to export, and imp to import.