MySQL Workbench Status

MySQL Workbench Status

Recently, I became curious about the various metrics and graphs displayed in the MySQL Workbench Server Status dashboard. To help myself (and others) understand them better, I summarized what each graph and indicator represents and how to interpret them. Below is a breakdown of the key sections based on what I see in the dashboard:
MySQL Collation: Case Sensitive vs Case Insensitive

MySQL Collation: Case Sensitive vs Case Insensitive

When I was a student, I created the database just give the name and leave the other option as default. I was assumed that the MySQL compare is case insensitive. Then, I learned that MySQL actually gives us the option to control how comparison works. This behavior is handled by a collation. By default, MySQL