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

You want to shutdown a running Mysql Server cleanly.
Which three commands that are valid on either Windows or Linux will achieve this?

You want to shutdown a running Mysql Server cleanly.
Which three commands that are valid on either Windows or Linux will achieve this?

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

Explanation:



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Black Adam

Black Adam

C, D, F

Me

Me

C,D,F, checked.

Tim Little

Tim Little

C wouldn’t work on windows.

As such, there are not three commands that would work on both windows AND Linux.

Cristian

Cristian

I think it’s just terrible wording on the question. It means which three would work on one or the other – not on both.
C works on Linux only
D is platform independent
F works on Microsoft only

Rajareddy VN

Rajareddy VN

C,D,F