1Z0-873 · Question #24
When starting the mysqld program, which of the following statements are true?
The correct answer is E. Startup options can be given either in option files, or as parameters on the command line, except. The --install command does not actually start the server. It only tells Windows to handle the server as a service, so that when Windows starts up and shuts down, it starts and stops mysqld automatically. The service also can be started or stopped manually from the command line…
Question
When starting the mysqld program, which of the following statements are true?
Options
- AStartup options can only be given in option files.
- BStartup options can only be given on the command line.
- CStartup options can only be given on the command line except for Windows Services.
- DStartup options can be given either in option files, or as parameters on the command line.
- EStartup options can be given either in option files, or as parameters on the command line, except
How the community answered
(50 responses)- A2% (1)
- B4% (2)
- C2% (1)
- D12% (6)
- E80% (40)
Explanation
The --install command does not actually start the server. It only tells Windows to handle the server as a service, so that when Windows starts up and shuts down, it starts and stops mysqld automatically. The service also can be started or stopped manually from the command line. To do so, use these commands: shell> net start MySQL shell> net stop MySQL MySQL is the service name for MySQL. It can be given in any lettercase.
Topics
Community Discussion
No community discussion yet for this question.