You can use MySQL Workbench to view current connections in MySQL either by query or by GUI.
- By Query: Run SHOW PROCESSLIST; in a query tab.
- By GUI: Click on Client Connections in the Management tab of the left navigation pane.
Screenshots below.
You can use MySQL Workbench to view current connections in MySQL either by query or by GUI.
Screenshots below.
To check the status of a MySQL server using the MySQL Workbench GUI:
The Server Status window will appear, displaying the server’s status and related information:
MySQL Workbench is a graphical tool for working with MySQL.
MySQL Workbench provides an easy to use interface for performing the many tasks involved when working with databases. It integrates SQL development, administration, database design, creation and maintenance into one visual integrated development environment.
MySQL Workbench is similar to SQL Server’s SSMS, which is used for administering SQL Server.
To create a database in the MySQL Workbench GUI:
The database will now be created, and a message will display advising that the script was successful.
To create a table in the MySQL Workbench GUI:
The table will now be created, and a message will display advising that the script was successful.