Exit 1Z0-883 MySQL 5.6 Database Administrator
Question 2 of 5
0% complete
Q2 Multiple choice

You want to shutdown a running Mysql Server cleanly.

Which three commands that are valid on either Windows or Linux will achieve this?

Select all that apply.

  • A

    Shell> pkill u mysql mysqld_safe

  • B

    Shell> service mysql safe_exit

  • C

    Shell> /etc/init.d/mysql stop

  • D

    Shell> mysqladmin u root p shutdown

  • E

    Mysql> STOP PROCESS mysqld;

  • F

    Shell> net stop mysql

  • G

    Shell> nmc mysql shutdown