MySQL Workbench download and use tutorial detailed explanation

MySQL Workbench download and use tutorial detailed explanation

1. Download MySQL Workbench

Workbench is a graphical management tool for MySQL. You can enter MySQL statements in Workbench, which may be more suitable for most people's vision. Some operations can be simplified.

First we download the workbench

Then select download

Select no thanks, just download

After downloading, click the default settings and keep clicking next until the installation is complete.

2. Use of MySQL Workbench

Open Workbench and click local instance mysql on the home page

After clicking, this window appears. This is the workbench workbench

Type the mysql command in the main window and click the lightning icon to run the command. The result of running the command is in the results below. Lightning executes multiple lines, and Lightning 1 executes the selected line.

3. Create a table in MySQL Workbench

First create database book; then create 4 tables under book database

Click on the lightning image to run and view the table. These four tables are created.

Right-click the database list on the left and select refresh to refresh, and you can see the visual table. Right-click and select alter, drop to modify and delete the table. You can try it manually.

4. MySQL Workbench to view the relationship between tables

Select Back to Home Page

Select > Select the first option, then click Next all the way to the end, and see the book database check mark halfway

Then you can see the results

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • MySQL WorkBench Management Operations MySQL Tutorial
  • How to use MySQL Workbench (picture and text)
  • Mysql Workbench query mysql database method
  • Mysql WorkBench installation and configuration graphic tutorial
  • MySQL and MySQL Workbench Installation Tutorial under Ubuntu
  • MySQL5.7+ MySQL Workbench installation and configuration method graphic tutorial under MAC
  • MySQL 5.7.17 and workbench installation and configuration graphic tutorial
  • Detailed explanation of the workbench example in mysql
  • Solution to Workbench not connecting to MySQL on Alibaba Cloud Server Ubuntu (tested)
  • mysql workbench installation and configuration tutorial under centOS
  • Detailed explanation of MySQL Workbench usage tutorial

<<:  How to use vue-cli to create a project and package it with webpack

>>:  Steps to create a Vite project

Recommend

MySQL replication table details and example code

MySQL replication table detailed explanation If w...

Detailed explanation of Vue custom instructions

Table of contents Vue custom directive Custom dir...

A detailed introduction to the basics of Linux scripting

Table of contents 1. Script vim environment 2. Ho...

MySql quick insert tens of millions of large data examples

In the field of data analysis, database is our go...

Web page layout should consider IE6 compatibility issues

The figure below shows the browser viewing rate i...

Method of iframe adaptation in web responsive layout

Problem <br />In responsive layout, we shou...

How to get the contents of .txt file through FileReader in JS

Table of contents JS obtains the .txt file conten...

MySQL calculates the number of days, months, and years between two dates

The MySQL built-in date function TIMESTAMPDIFF ca...

Detailed explanation of virtual DOM in Vue source code analysis

Why do we need virtual dom? Virtual DOM is design...

Sample code for achieving small triangle border effect with pure CSS3+DIV

The specific code is as follows: The html code is...

About the configuration problem of MyBatis connecting to MySql8.0 version

When learning mybatis, I encountered an error, th...

How to use dd command in Linux without destroying the disk

Whether you're trying to salvage data from a ...