command used restore

Restore Mysql Database From Backup Command Line

A database backup is a copy of the data that exists in a MySQL database at a specific point in time. The backup can be used to restore the database to the same point in time, or a later point in time.

To restore a MySQL database from a backup, you must first create a new database. You can do this by using the CREATE DATABASE statement in MySQL.

Once you have created a new database, you can use the …