Home » MYSQL » Managing MySQL Users » Question
  1. The grant table that stores users who can connect to the server and their global privileges is ______________.
    1. procs_priv
    2. tables_priv
    3. db
    4. user
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.