Restoring a MySQL database server on Linux is very simple. MySQL will keep all database related files within a directory with the name of the database. All databases on Hyve servers will usually be found in the /var/lib/mysql directory. So all that is required is to restore the directory under the MySQL home directory.
For example if your database was called testDB_1, you would need to restore the following directory:
/var/lib/mysql/testDB_1
Tags:
mySQL