Which two capabilities are granted with the SUPER privilege?
A.
Allowing a client to kill other client connections
B.
Allowing a client to shut down the server
C.
Allowing change of the server runtime configuration
D.
Allowing client accounts to take over the account of another user
Explanation:
Reference: http://dev.mysql.com/doc/refman/5.1/en/privileges-provided.html
A, C
http://dev.mysql.com/doc/refman/5.0/en/privileges-provided.html#priv_super
I agree A,C
AC
A C
The SUPER privilege can be used to terminate other sessions or change how the server operates.
A and C