Restoring MySQL database
This article explains how to restore a MySQL database from a backup.
MySQL database can be restored to its original location or to a new temporary directory.
How to restore MySQL database from backup
1
mysql -h SERVER_ADDRESS -u USER -p2
USE DATABASE_NAMECREATE DATABASE DATABASE_NAME3
SOURCE PATH_TO_FILEUseful links and items
Last updated

