Take Database Backup
Table of Contents
MYSQL
#To Make a backup of the DB  mysqldump -u [uname] -p[pass] db_name > db_backup.sql  #To Restore the backup mysql -u [uname] -p[pass] db_name < db_backupfile.sql
Oracle
#To Make a backup of the DB exp username/password file=xyz.dmp  #To Restore the backup imp target_username/password FULL=Y file=xyz.dmp
Starting Release 8.2, Zephyr Enterprise documentation is moving from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise Documentation page. https://support.smartbear.com/zephyr-enterprise/docs/en/welcome-to-zephyr-enterprise.html