
开源数据库管理工具 HeidiSQL 中文版由大眼仔旭发布。HeidiSQL 是免费软件,其目标是易于学习。 “Heidi”让您可以从运行 MariaDB、MySQL、Microsoft SQL、PostgreSQL 和 SQLite 数据库系统之一的计算机上查看和编辑数据和结构。 HeidiSQL 由 Ansgar 于 2002 年发明,属于全球最流行的 MariaDB 和 MySQL 工具。

开源数据库管理工具 HeidiSQL 中文多语免费版
HeidiSQL 功能特色
- 对所有人免费,开源
- 在一个窗口中连接到多个服务器
- 支持的数据库系统:MariaDB、MySQL、MS SQL、PostgreSQL 和 SQLite
- 通过命令行连接到服务器
- 通过 SSH 隧道连接,或通过 SSL 设置
- 创建和编辑表、视图、存储的例程、触发器和计划事件
- 生成漂亮的 SQL 导出,然后压缩它们,或将它们放在剪贴板上
- 从一个服务器/数据库直接导出到另一个服务器/数据库
- 管理用户权限
- 导入文本文件
- 将表格行导出为 CSV、HTML、XML、SQL、LaTeX、Wiki 标记和 PHP 数组
- 使用舒适的网格浏览和编辑表数据
- 批量编辑表(移至数据库、更改引擎、整理等)
- 将 ascii 或二进制文件批量插入表中
- 使用可自定义的语法突出显示和代码完成编写查询
- 漂亮的重新格式化无序的 SQL
- 监视和终止客户端进程
- 在一台服务器的所有数据库的所有表中查找特定文本
- 批量优化修复表
- 使用您当前的连接设置启动并行 mysql.exe 命令行窗口
- 以及更多
使用 MySQL 数据库是一项专业工作,需要在该领域拥有丰富的知识,还需要适当的程序来使任务更轻松。对于开发人员和数据库管理员来说,sorts 或 HeidiSQL 实用程序真的很受欢迎。该软件解决方案着眼于促进兼容数据库的管理,具有相当不错的界面,其中包含管理数据所需的所有功能和命令。
得益于 HeidiSQL 会话管理器背后的创新技术,可以一次建立连接并运行多个数据库。该应用程序可以处理大量任务,并使创建和编辑表成为一项简单的工作。在此程序的帮助下,您还可以创建和运行自定义查询,同时它配备的工具扩展了该实用程序的功能。因此,您可以使用用户管理模块,您可以在其中为将访问数据库的每个用户指定权限。
主机、日志、表、状态或权限等数据可以通过 HeidiSQL 自带的功能轻松刷新。数据库表可以批量编辑,这意味着您可以一次加载多个表并通过“批量表编辑器”处理所有表。
该软件的另一个巧妙功能是只需单击一下即可导出和导入设置。将数据库导出为 SQL 并同步它们的可能性使这一点加倍。其他工具包括 TEXT 和 BLOB 字段内的文件插值、从 CSV 导入数据等。
总而言之,可以肯定地说,HeidiSQL 确实是同类工具中最好的之一,而且由于功能齐全,它应该可以满足许多专门从事该领域的用户的需求。
系统需求
HeidiSQL 在 Windows 8 和 10、11 上运行良好(在 Windows 7 上有一些小问题)。 在 Wine 上运行 HeidiSQL 目前非常不稳定。
HeidiSQL 许可证
HeidiSQL 是开源的,并在 GPL(GNU GENERAL PUBLIC LICENSE)下发布。 有关更多详细信息,请参阅 license.txt。
可能 HeidiSQL 为您节省了很多时间,您会喜欢它。 在这种情况下,您可以在官方进行捐赠支持。
What’s new in HeidiSQL 12.17.0.7270
Apr 13, 2026
Features:
(packaging) Add libqt6pas dependency – (a3e6d0b)
(packaging) Ship qt6 build in deb package, enhance control file fields – (992b673)
(ui) Turn all TEdit’s with NumbersOnly into TSpinEditEx – (96bb466)
Select just created table copy – (18e9431)
Add toolbar button for toggling reverse foreign key listing, so the user has the chance to disable its potentially long during query – (938f303)
Reverse foreign keys on “Foreign keys” tab in table editor – (ca48343)
Add menu item Edit > Copy column names – (ce93931)
Prevent loading an SQL file multiple times into an editor – (153e61d)
Add sshpass.exe v1.0.6 for Windows, and refactor Windows installer script – (d79d462)
Inject app name and version into potentially long during SQL queries for the SQL export – (93e1b39)
Run user startup script in DoAfterConnect call, which includes reconnects – (1b27b1d)
Add “Display” main menu, move some spread items there, and add two items for toggling log panel and tree filters – (c0fbcff)
Support BOOLEAN column type in MySQL – (e796ad1)
Re-enable clickable “Analyze query” label on host > processes – (678c7b8)
Create SQL export option for wrapping DML commands in a BEGIN/COMMIT transaction – (5560454)
Display approximate row count of tables in database tab on MS SQL – (146044f)
Support full table status option in SQLite, showing “Rows” from COUNT(*) for each table – (422935a)
Add security policy for supported versions and reporting – (7ce4a23)
Prefer KILL QUERY over KILL on MySQL and MariaDB, when using the “Kill process” menu item in Host > processlist – (b3743d8)
New attempt to leave the main window invisible behind the session manager – (be5322c)
Show virtual, stored and hidden columns in SQLite – (0a87a73)
Enhancements:
Move color scheme submenu from Tools to Display menu – (f7f90e8)
Export tables which are hidden through the table filter – (42e5277)
Bug Fixes:
Crash on macOS, due to running Connection.ShowWarnings directly in the TQueryThread – (d62807a)
Less aggressive debug compile mode, made the app unresponsive when trying to close – (8d48099)
Two more exception causes found in uploaded reports – (e33ea1d)
Sporadic “no database selected” when updating grid header with row details – (c9eb765)
Wrong use of Copy(), which is one-based not zero-based, and remove translated appendix to snipped log message which may use critical chars and confuse SynEdit – (e3fc3f5)
Various crash causes, reported in uploaded bug reports – (6215d19)
Missing required package LazControls for TSpinEditEx – (519a84a)
Remove default keystrokes from query editor: 2x ecRedo and 1x ecDeleteLine – (2bc9d78)
Wrong SQL on MS SQL when renaming table per table editor – (a763fd1)
Use default brew path to sshpass on macOS – (b7c3d07)
Status bar text gets written into the panel right besides the current one, on Linux/macOS – (dfb86d5)
Several crash causes Host subtabs when connection is lost externally – (1029657)
Non stored global setting for “sort alphabetically” checkbox in column selection – (0ccb1ac)
High CPU load and unresponsiveness through SynEdit highlighter when starting to edit large text in popup editor – (676fcd7)
Crash when enabling TShellListView.MultiSelect in OnFormShow, now sets options per setter method, before FormShow – (2acce35)
Crash on right-click in empty area of query result grid – (6309305)
Data grid context menu not opening after click in empty area – (10fc117)
Repaint columns list after move up/down a column – (6a0cbe3)
Out-of-memory error in call to sqlite3_open() on a non-existent SQLite database file – (e93924f)
Font bold + italic setting not stored in settings – (cc5b811)
Potentially crashing typecast in LoadRecentFilter – (da07591)
Non-themed white area on TTabControl, fix from zamtmn/metadarkstyle#75 – (7554364)
Forgotten files in c01a439 – (8098296)
Initial FK names assigned in TfrmTableEditor.listForeignKeysNewText() were lacking the referencing table’s table name in case the referencing table was not created yet (pr from Jochen Neubeck) – (d8cd61c)
Wrong schema queries in SQLite, always shows columns and indexes of first database file – (7072986)
BIT values in MS SQL grid queries prefixed with MySQL b” style – (7456c38)
Random crash in dodgy typecast TEdit/TEditButton – (37add0f)
Crash when moving added column to very bottom – (b739799)
Load any foreign keys, anyway if the user owns them, on PostgreSQL – (dbab4cb)
Wrong captions on quick filter actions shown in preferences > shortcuts – (3e0bf91)
Crash in OpenTextFile, for a 0-bytes file – override the encoding to one without BOM – (27e26a6)
Keep column default value in table editor, when user changes its datatype to one in the same category as before (int => bigint) – (3c518ad)
Trim away spaces around name of routine parameter silently – (b681ebf)
Re-enable dropping sql files on main form – (314db47)
Missing translations, and rephrase the “themes not supported” text – (7dfad02)
TDBQuery.TableName always returned an empty string on MS SQL – (520a90c)
TDBQuery.Col() crashes with “Column not available” on certain locales – (a01acd1)
Reset DesignTimePPI in all forms from 120 to the default 96, let the IDE scale controls down and move or add some defaults like LCLVersion. – (e635ae5)
Allow $$ as delimiter again on non-PostgreSQL connections, and ` on non-MySQL connections – (71bb25b)
Refactor:
Migration from Array[TSQLSpecifityId] to TSqlProvider – (31ba8bf)
Documentation:
(ui) Mark VCL styles as deprecated – (1ce80ea)
Styling:
(ui) Remove border around reverse foreign key list – (6ed145e)
Miscellaneous Tasks:
Bump version for v12.16 release – (d141124)
Move OpenSSL license file out of the dll folder – (5772d09)
Add Wine deprecation note used in the Windows builds – (5e34fa9)
Localize:
Update compiled translation files from Transifex – (a5f1a19)
Ui:
Hint the user in which path we are going to look for sshpass (macOS and Windows) – (86a96bd)
https://www.heidisql.com/forum.php?t=44874
资源:552.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:3fs8)
点击下载(提取码:536766)
点击下载(提取码:536766)
点击下载(提取码:7h78)
文章名称:《开源数据库管理工具 HeidiSQL 12.17.0.7270 中文多语免费版》
文章固定链接:https://www.dayanzai.me/heidisql.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
猜你喜欢
- 2024-05-30屏幕镜像扩展工具 Spacedesk DRIVER 2.1.19 + x64 中文汉化版
- 2020-12-08开源免费多功能视频编辑下载工具 QuickCut 1.6.10 中文免费版
- 2019-05-04PDF 格式转换软件 Solid Commander 10.0 Build 3368 中文多语免费版
- 2022-04-25开源电子原型平台 Arduino 2.0.0 RC 6 中文多语免费版
- 2015-12-30视频加密工具 VaySoft Video to EXE Converter 6.27 汉化中文版
相关推荐
- 给你点32个赞
无语,这个不是最新版吧,信息有些滞后哦







