1.

For REVOKE statements, the server automatically rereads the grant tables.(a) True(b) FalseI have been asked this question in my homework.This question is from Securing a New MySQL Installation topic in section General MySQL Administration of MySQL

Answer»

The CORRECT option is (a) True

To elaborate: For the ‘REVOKE’ and ‘DROP USER’ statements, the server automatically re-reads the GRANT tables and no FLUSH PRIVILEGES statements are needed. Hence the grant tables are re-read.



Discussion

No Comment Found

Related InterviewSolutions