nerdexam
Oracle

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…

MySQL Server Administration

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)
  • A
    74% (20)
  • B
    15% (4)
  • C
    4% (1)
  • E
    7% (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

#mysqladmin#server shutdown#mysql.server#Unix administration

Community Discussion

No community discussion yet for this question.

Full 1Z0-873 Practice