Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What string right describe restore from backup MySQL database ?
mysqldump -u admin -p database >> database.sql
mysql -u root -p db << C:\MySQLBackup\db.sql
mysql -u root -p db < C:\MySQLBackup\db.sql
restore -u root -p database < C:\MySQLBackup\database.sql
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!