There are many MySQL GUI tools available for performing various operations, starting with creating databases to performing daily administration tasks.
MySQL GUI tools
MySQL Workbench
MySQL Workbench is a graphical tool to work with the MySQL server and databases. It fully supports MySQL versions 5.1 and above. In this section, we will briefly discuss the capabilities of MySQL Workbench.
Five main function provided by MySQL Workbench are as follows:
- SQL development: This creates and manages database connections, and configuration for connection parameters. It executes SQL statements using the built-in SQL editor and it replaces the standalone application query browser provided earlier.
- Data modeling: This creates models of...