1.

The grant table that stores users who can connect to the server and their global privileges are ______________(a) user(b) db(c) tables_priv(d) procs_privI got this question at a job interview.My enquiry is from Managing MySQL User Accounts topic in chapter General MySQL Administration of MySQL

Answer»

Correct answer is (a) user

The best I can EXPLAIN: The grant table ‘user’ stores the USERS who can connect to the SERVER and their GLOBAL privileges. ‘db’ has the database privileges RECORDS. ‘tables_priv’ has table privileges.



Discussion

No Comment Found

Related InterviewSolutions