Ask Question
9 July, 15:17

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)
  1. 9 July, 16:30
    0
    (d) mysqldump websites - u root - p > websites_backup. sql

    Explanation:

    To create a backup mysqldump is used. It is a data backup program. This program was originally written by Igor Romanenko. It creates a backup of file name websites_backup. sql.

    So among the given options in the question option d is the correct option which backs up the single database websites in the file website_backup. sql.
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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers