MySQL management tool HeidiSQL bitsCN.com
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, you should log on to the MySQL server with a valid credential and create a session. The most important feature of HeidiSQL is the ease of operation, reasonable interface design, and the most practical functions. it is especially suitable for DBAs. it emphasizes parameter settings and performance monitoring during MySQL runtime.
It allows you to browse and edit data, create and edit tables, views, processes, triggers, and schedules. You can also export the structure and data SQL files.
Features of HeidiSQL:
• Connect to multiple server Windows
• You can use the command line to connect to the server.
• Create and edit tables, views, stored programs, triggers, and schedules.
• SQL data export
• Directly import data from one server/database to another server/database
• Manage user permissions
• Import text files
• Tag LaTeX and export table rows for CSV, HTML, XML, and SQL Wiki
• Batch table modification (move to DB, change engine, and organize)
• Batch insert to ASCII or binary files in the table
• Write custom syntax highlighting and automatically complete code query
• Beautiful SQL formatting
• Monitor and kill customer processes
• Find a specific text server for all tables in all databases
• Optimize and repair tables in batch processing mode
Official Website address: http://www.heidisql.com/
BitsCN.com