The Administrator functionality in MySQL Workbench is grouped into several tabs:
Startup: Enables you to start and stop the MySQL server, and view the startup message log
Configuration: Enables you to
view and edit the MySQL Configuration file
(my.ini or my.cnf)
using GUI controls
Accounts: Enables you to create user accounts and assign roles and privileges
Connections: Displays connections to MySQL Server
Variables: Displays system and status variables
Data Dump: Import and export of data
Logs: Displays server log file entries
The Administrator also displays system and server status. System status includes:
CPU utilization
Memory usage
Connection Health
For server health, the following are displayed:
Connection Usage
Traffic
Query Cache Hit Rate
Key Efficiency

User Comments
Add your own comment.