Mysql WorkBench installation and configuration graphic tutorial

Mysql WorkBench installation and configuration graphic tutorial

This article shares with you the installation and configuration of Mysql WorkBench graphic tutorial for your reference. The specific content is as follows

Workbench Download Address

After downloading the workbench download package, follow the default prompts to install it.

If you need to switch between the old and new versions of the workbench, you can follow the instructions below:

Workbench connects to database

Enter the database connection ID, port number, user name and password.

Workbench import and export database

Realize the import and export of library table structure and data.

Table Operations

Enter the table creation statement in the query interface to create a table. Right-click on the created table to perform operations such as truncate and drop on the table.

Data Operations in Tables

Select the red circle to add data, select the blue circle to delete data. Of course, you can directly select the data part, right-click delete Rows or copy Rows, and then click Apply.

The good thing about exporting/importing data is that there are many formats:

csv file format, Json format is convenient for exporting test data, SQL INSERT format is convenient for data migration, Excel format is convenient for data viewing

Query SQL and query display number settings

You can save the executed SQL statements in a file to facilitate subsequent opening of queries. Select the query statement and click the lightning symbol to run it. The number of displayed items can be set by limiting the number of items.

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 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

<<:  Detailed explanation of nginx shared memory mechanism

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

Recommend

Briefly describe the difference between Redis and MySQL

We know that MySQL is a persistent storage, store...

How to use Portainer to build a visual interface for Docker

Portainer Introduction Portainer is a graphical m...

js realizes packaging multiple pictures into zip

Table of contents 1. Import files 2. HTML page 3....

Before making a web page, let’s take a look at these so-called specifications

This article has compiled some so-called specific...

zabbix custom monitoring nginx status implementation process

Table of contents Zabbix custom monitoring nginx ...

Mysql auto-increment primary key id is not processed in this way

Mysql auto-increment primary key id does not incr...

How to use TypeScript in Vue

introduction In recent years, the call for TypeSc...

A brief discussion on the implementation principle of Webpack4 plugins

Table of contents Preface know Practice makes per...

Summary of Mysql-connector-java driver version issues

Mysql-connector-java driver version problem Since...

Detailed explanation of Linux server status and performance related commands

Server Status Analysis View Linux server CPU deta...

In-depth analysis of MySQL lock blocking

In daily maintenance, threads are often blocked, ...

JavaScript gets the scroll bar position and slides the page to the anchor point

Preface This article records a problem I encounte...