Oracle
1Z0-883 · Question #97
You want to shutdown a running Mysql Server cleanly. Which three commands that are valid on either Windows or Linux will achieve this?
The correct answer is C. Shell> /etc/init.d/mysql stop D. Shell> mysqladmin u root p shutdown F. Shell> net stop mysql. See the full explanation below for the reasoning.
Question
You want to shutdown a running Mysql Server cleanly. Which three commands that are valid on either Windows or Linux will achieve this?
Options
- AShell> pkill u mysql mysqld_safe
- BShell> service mysql safe_exit
- CShell> /etc/init.d/mysql stop
- DShell> mysqladmin u root p shutdown
- EMysql> STOP PROCESS mysqld;
- FShell> net stop mysql
- GShell> nmc mysql shutdown
How the community answered
(23 responses)- B4% (1)
- C70% (16)
- E9% (2)
- G17% (4)
Community Discussion
No community discussion yet for this question.