Which command backs up the single database called 'websites' to the file 'websites_backup. sql'?
(a) mysql - -backup websites - u root - p > websites_backup. sql
(b) mysql - -backup - -single-database websites - u root - p > websites_backup. sql
(c) mysql - -backup websites - u root - p - -out-file websites_backup. sql
(d) mysqldump websites - u root - p > websites_backup. sql
(e) mysqldump - -single-database websites - u root - p > websites_backup. sql
+1
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which command backs up the single database called 'websites' to the file 'websites_backup. sql'? (a) mysql - -backup websites - u root - p ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Which command backs up the single database called 'websites' to the file 'websites_backup. sql'? (a) mysql - -backup websites - u root - p > websites_backup. sql (b) mysql - -backup - -single-database websites - u root - p > websites_backup.