Category: ASP MySQL

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

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.