Mysql Workbench query mysql database method

Mysql Workbench query mysql database method

Mysql Workbench is an open source database client. This open source software is also quite famous in the IT industry. Many colleagues who use musql like to use this client tool. Today, I will take a look at how to use this tool with you.

First of all, let's start from the beginning. Click Start → Select MySQL Workbench and click to start the application. Of course, you can also choose to enter the program by clicking the desktop shortcut.

Connect to the MySQL console through the previously configured MySQL database link. As shown in the figure below, the editor selects the configured link to enter the MySQL database console

After entering the database console, the database name of the database is displayed next to an oil barrel-like icon at the bottom left of the interface.

Move the mouse over the database and right-click to see some common operations for the database. As shown below

By clicking the expand button next to the database name, you can see a secondary menu called table. Click this table to expand all the data tables under the corresponding database, as shown below

Right-click on the expanded data table to perform some operations on the data table. As shown in the following figure, the editor selects the first select rows limit 1000 to query 1000 data in this table.

You may also be interested in:
  • MySQL WorkBench Management Operations MySQL Tutorial
  • How to use MySQL Workbench (picture and text)
  • Mysql WorkBench installation and configuration graphic tutorial
  • MySQL Workbench download and use tutorial detailed explanation
  • 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

<<:  JavaScript implements random generation of verification code and verification

>>:  Javascript implements simple navigation bar

Recommend

Steps and pitfalls of upgrading linux mysql5.5 to mysql5.7

Table of contents Linux MySQL 5.5 upgraded to MyS...

TypeScript union types, intersection types and type guards

Table of contents 1. Union Type 2. Crossover Type...

Historical Linux image processing and repair solutions

The ECS cloud server created by the historical Li...

About converting textarea text to html, that is, carriage return and line break

Description: Change the carriage return in the tex...

CSS3 creates 3D cube loading effects

Brief Description This is a CSS3 cool 3D cube pre...

JavaScript navigator.userAgent obtains browser information case explanation

The browser is probably the most familiar tool fo...

Example of implementing dashed border with html2canvas

html2canvas is a library that generates canvas fr...

N ways to align the last row of lists in CSS flex layout to the left (summary)

I would like to quote an article by Zhang Xinxu a...

Do you know how many connections a Linux server can handle?

Preface First, let's see how to identify a TC...

10 skills that make front-end developers worth millions

The skills that front-end developers need to mast...

Will the deprecated Docker be replaced by Podman?

The Kubernetes team recently announced that it wi...

Docker container time zone error issue

Table of contents background question Problem ana...