Managing users and their privileges
The Privileges page (visible only if we are logged in as a privileged user) contains dialogs to manage MySQL user accounts. It also contains dialogs to manage privileges on global, database, and table levels. This page is hierarchical. When editing a user's privileges, we can see the global privileges as well as the database-specific privileges. Then, when viewing database-specific privileges for a user, we can view and edit this user's privileges for any table within this database.
The user overview
The first page displayed when we enter the Privileges page is called User overview. This shows all user accounts and a summary of their global privileges, as shown in the following screenshot:
From this page, we can:
Edit a user's privileges, via the Edit Privileges link for this user
Export a user's privileges definition, via the Export link for this user
Use the checkboxes to remove users, via the Remove selected users dialog
Access the page where the Add a new...