MySQL WorkbenchIsDatabaseAdministrators, program developers, and system planners provide visual design, model creation, and database management functions. It contains the ER model used to create complex data modeling, forward and reverse database engineering, and can also be used to execute document tasks that usually take a lot of time and are difficult to change and manage. This article describes the GUI of MySQL Workbench.
MySQL Workbench Main Interface
When you use MySQL Workbench to connect to a database, you must first create a Connection "New Connection"
After the Connection is enabled, you need to set the Connection Name, Hostname, host Name to be connected, Port, Mysql listening Port, and user identity used for Connection.
If the database cannot be connected locally, check whether Username @ localIP is authorized in the database.
After connecting to the database,
View the data of the Statistic Database
The graphic interface of MySQL Workbench is introduced here. If you want to learn more about the MySQL database, you can read the article: http://database.51cto.com/mysql/. I believe it will surely bring you a good harvest!