InterviewSolution
Saved Bookmarks
| 1. |
The option which finds the startup options supported by the server through mysqld is ______________(a) –verbose(b) –vertex(c) –startup(d) –shutdown |
|
Answer» The correct choice is (a) –verbose The explanation is: The statement ‘mysqld –verbose –help’ is used for finding out all the startup options that are supported by the server. It is possible to run the server manually or automatically. |
|