1Z0-873 · Question #22
Which of the following commands can be used to stop a MySQL server on a UNIX system?
The correct answer is A. mysqladmin shutdown D. mysql.server stop. To stop the server manually, use one of the following techniques: The mysqladmin program has a shutdown command. It connects to the server as a client and can shut down local or remote servers. The mysql.server script can shut down the local server when invoked with an argument…
Question
Which of the following commands can be used to stop a MySQL server on a UNIX system?
Options
- Amysqladmin shutdown
- Bmysqld_multi stop
- Cmysql shutdown
- Dmysql.server stop
- Emysqld shutdown
How the community answered
(27 responses)- A74% (20)
- B15% (4)
- C4% (1)
- E7% (2)
Explanation
To stop the server manually, use one of the following techniques: The mysqladmin program has a shutdown command. It connects to the server as a client and can shut down local or remote servers. The mysql.server script can shut down the local server when invoked with an argument of stop. The mysqld_multi script has a stop command and can shut down any of the servers that it manages. It does so by invoking mysqladmin.
Topics
Community Discussion
No community discussion yet for this question.