It is important to back up your
databases so that you can recover your data and be up and running
again in case problems occur, such as system crashes, hardware
failures, or users deleting data by mistake.
Types of Backup:
logical backup | This type of backup is created by saving information that represents the logical database structures using SQL statements like create database, create table and insert. This type of backup is ideal when you want to upgrade from one version of MySQL to another however it is a slower method of backing up. |
physical backup | This type of backup is a backup of the actual database files or disk partitions, this type of backup can be very fast to … |