Sections
Restore a MySQL database
Restore a database
mysql --user=MySQLUser --password=MySQLPassword < BackupFile.sqlThis will restore the database, using "MySQLUser", and "MySQLPassword"
The restauration file for this example is BackupFile.sql
mysql --user=MySQLUser --password=MySQLPassword < BackupFile.sqlThis will restore the database, using "MySQLUser", and "MySQLPassword"