开源数据库管理工具 HeidiSQL 中文版由大眼仔旭(www.dayanzai.me)发布。HeidiSQL 是免费软件,其目标是易于学习。 “Heidi”让您可以从运行 MariaDB、MySQL、Microsoft SQL、PostgreSQL 和 SQLite 数据库系统之一的计算机上查看和编辑数据和结构。 HeidiSQL 由 Ansgar 于 2002 年发明,属于全球最流行的 MariaDB 和 MySQL 工具。
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 为您节省了很多时间,您会喜欢它。 在这种情况下,您可以在官方进行捐赠支持。
HeidiSQL 12.8.0
3rd party updates:
Issue #1946: update C connector / libmariadb.dll and plugin libraries to latest v3.3.10
New stuff:
Issue #1284: add support for encrypted SQLite databases, using the C API from utelle/SQLite3MultipleCiphers
Issue #1964: support MariaDB’s INET4 and INET6 data types
Issue #1604: support creating table indexes on SQLite
Issue #1604: support adding primary key to new tables, which needs to be done inside the CREATE TABLE code
Issue #1605: support dropping table indexes on SQLite
Issue #1965: show warnings from custom queries in the bottom log panel, right when they occur, not at the very end of a batch
Issue #1428: debug logging of query time and network time after each result-query
Issue #1972: Add new security option to verify SSL certificate, in MySQL and MariaDB
Get query result tab caption list from “– names:” comment, similar to “– name:” in a single query
Bugfixes and enhancements:
Issue #1768 and issue #1426: fix wrong mysql_options() constants for libmysql v8+, to fix SSL connections to servers with OpenSSL 3.x, throwing a SEC_E_ALGORITHM_MISMATCH error. Thanks a lot to Justin Fiedler and Gurianoff for helping out.
Issue #1330: Use custom tab width and tabs-to-spaces setting uniquely in all places where we generate code.
Issue #1956: Fix retrieval of PG foreign keys on table names which exist in multiple schemata.
Support zooming per mouse wheel in the procedure editor and log panel
Issue #1951: Add CURRENT_TIMESTAMP function, this time missing in the newer generated functions-mysql8.ini.
Issue #1763: fix wrong DPI shown in log panel, and too high donate button after DPI change
Issue #1897: Mark grid nodes with vsMultiLine, even if asGridRowLineCount option is set to 1. Fixes endlessly received WM_PAINT messages on results with large lines and tabs in it.
Issue #1948: hide menu item for Sequal Suggest dialog.
Issue #634: fix HTML in message dialog text containing URLs with trailing double quote
Issue #1959: fix shrinking/repositioned edit boxes in options tab of table editor, when opening a second table.
Fix and improve exporting in PHP format (mlocati)
Quote restart command in scheduled task item generated by auto-updater
Issue #1962: reset width and height of completion proposal when user clicks “Reset panel dimensions”
Issue #1149: reset bottom filter box after switching tables
Issue #1952: change log level in TDBQuery.IsEditable from debug to info, when user tries to edit a read-only grid result, so the reason and background is more visible for most users.
Issue #1963: fix doubled DPI factor of proposal width and height, due to its own scaling
Table editor: disallow editing direction/collation of index node level
Issue #1604: fix crash when showing index tab due to uninitialized SubParts and Collations in SQLite and PostgreSQL
Silence sporadic crash in TAdoDBConnection.Destroy, found in uploaded crash reports
Issue #1967: fix doubled height of donate button with certain fonts, for instance “Microsoft YaHei UI”
Enhance TConnectionParameters.IsMySQL, to turn “MySQL or MariaDB 8.0” into “MySQL 8.0” in status bar
Issue #1971: downsize VARCHAR length to 1 for temporary MySQL tables for views, to work around “Row size too large” error
Issue #1935: indicate unaccepted drop target when dragging folder or session over its current folder
资源:552.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:7km4)
点击下载(提取码:536766)
点击下载(提取码:536766)
点击下载(提取码:39wf)
文章名称:《开源数据库管理工具 HeidiSQL 12.8.0.6908 中文多语免费版》
文章固定链接:https://www.dayanzai.me/heidisql.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
猜你喜欢
- 2023-06-12世界上流行的种子客户端 μTorrent Pro 3.6.0 Build 46822 中文免费版
- 2024-08-15经典傻瓜修图软件 光影魔术手 4.6.0.578 中文免费版
- 2024-08-01开源软件包管理器 WingetUI 3.1.1 x64 中文多语免费版
- 2023-02-06LibreOffice 和 OpenOffice 哪个免费办公套件最好?
- 2021-11-02Windows 32 位和 64 位之间有什么区别?
相关推荐
- 2024-08-033D 纸模纸艺大师 Pepakura Designer 6.0.4 x64 中文多语免费版
- 2018-11-06PDF 分割合并工具 Mgosoft PDF Split Merge 9.2.0 绿色汉化中文版
- 2019-11-25钛备份 Titanium Backup Pro 8.4.0.2 中文多语免费版
- 2019-06-28PANTONE 色卡 潘通色卡电子版 PANTONE 3.0 绿色中文版
- 2021-09-17绿色小巧的映像编辑工具 ISO Workshop 10.5 绿色便携中文版
- 给你点32个赞无语,这个不是最新版吧,信息有些滞后哦