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