Introduce a free and easy-to-use visual database management tool

Hello everyone, I am a migrant worker brother.


I also recommended DBA management tools to everyone before: 10 best MySQL GUI tools, a must-have artifact for DBA!

The article mentioned the tools that I want to recommend to you today.


Introduction to HeidiSQL:

HeidiSQL is a very powerful MySQL client software. It is an open source tool developed by German programmer Ansgar Becker and several Delphi programmers. To manage the database through HeidiSQL, the user should log in to the MySQL server with valid credentials and create a session.


The biggest feature of HeidiSQL is convenient operation, reasonable interface design, and the most practical functions. It is especially suitable for DBA. It emphasizes the parameter setting and performance monitoring of MySQL runtime.


It can browse and edit data, create and edit tables, views, processes, triggers and schedules. In addition, you can export structure and data SQL files.


HeidiSQL features:

  • Connect to multiple server windows 

  • You can connect to the server using the command line 

  • Create and edit tables, views, stored procedures, triggers and schedules. 

  • SQL data export 

  • Import data directly from one server/database to another server/database 

  • Manage user permissions 

  • Import text file 

  • Wiki markup and export table rows for CSV, HTML, XML and SQL 

  • Modify tables in batch (move to DB, change engine, organize, etc.) 

  • Batch insert into ASCII or binary file in table 

  • Write custom syntax highlighting and code auto-complete query 

  • Beautiful SQL formatting 

  • Monitor and kill client processes 

  • Find a specific text server for all tables in all databases 

  • Optimize and repair tables in batch mode


Official website address: http://www.heidisql.com/


image


HeidiSQL operation screenshot:

Connect to the host database

image

Host process list

image

Overall interface

image

Create database

image

Edit table operation

image

View editor

image

Create and edit stored procedures and functions

image

Trigger editor

image

Event editor

image

Query function

HeidiSQL software, like most management tools, also supports SQL statement highlighting, editing, formatting and other functions . Please look at the animation below, you can see that if no word is entered, it will be automatically converted. If it is a SQL keyword, it will be automatically converted to uppercase. For other types of variables, the corresponding highlight settings will also be performed.

image

If the sentence is long, after typing it, you can use the formatting function to indent it for easy reading.

image

There are many useful functions like import, export files, search and replace, image preview, copy tables, export SQL, SQL help, etc. Interested readers can go to the official download and operate by themselves.


And HeidiSQL is a management software that supports multiple databases such as MySQL (MariaDB), PostgreSQL, and SQLServer. It is an open source, free, and compact database management software.


If you are in need of such a lightweight, compact and practical database management tool, then HeidiSQL is very suitable for you, so I recommend it to everyone here. If this article is helpful to you, please click here and forward a wave of support. Your support is the biggest motivation for migrant workers to continue to create! !


Guess you like

Origin blog.51cto.com/15065848/2578442