InterviewSolution
Saved Bookmarks
| 1. |
Which option suppresses output unless there are errors in the table?(a) –silent(b) –wild(c) –suppress(d) –noout |
|
Answer» Correct choice is (a) –silent Best explanation: In MySQL, the ‘–silent’ option suppresses the output unless there are errors in the tables. The ‘cron’ jobs typically generate a mail message if a job produces any output at all. |
|