Examveda

The option which finds the startup options supported by the server through mysqld is . . . . . . . .

A. -verbose

B. -vertex

C. -startup

D. -shutdown

Answer: Option A

Solution (By Examveda Team)

This question is asking about how to find out what options you can use when starting the MySQL server (called mysqld).
Let's break down the options:
A) -verbose: This option makes the server print a lot of information about its startup process. It's helpful for debugging but doesn't show the full list of supported options.
B) -vertex: This option doesn't exist.
C) -startup: This option isn't used to find the supported options. It's related to the server's startup process.
D) -shutdown: This option is used to shut down the MySQL server, not to find startup options.

None of the options directly list the supported startup options for the MySQL server. You need to refer to the MySQL documentation for a complete list of options.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous