当前位置: 首页 > 微软应用 > 办公软件 > 正文
开源数据库管理工具 HeidiSQL 12.8.0.6908 中文多语免费版

开源数据库管理工具 HeidiSQL 12.8.0.6908 中文多语免费版

作者:大眼仔~旭 日期:1周前 (07-11) 评论:3 条

摘要:开源数据库管理工具 HeidiSQL  中文版由大眼仔旭(www.dayanzai.me)发布。HeidiSQL 是免费软件,其目标是易于学习。 “Heidi”让您可以从运行 MariaDB、MySQL、Microsoft SQL、PostgreSQL 和 SQLite 数据库系统之一的计算机上查看和编辑数据和结构。 …

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

开源数据库管理工具 HeidiSQL 中文多语免费版

开源数据库管理工具 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 为您节省了很多时间,您会喜欢它。 在这种情况下,您可以在官方进行捐赠支持。

官方主页

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)

声明:大眼仔旭 | 本文采用署名-非商业性使用-相同方式共享 4.0 国际许可协议[CC BY-NC-SA]进行授权
文章名称:《开源数据库管理工具 HeidiSQL 12.8.0.6908 中文多语免费版
文章固定链接:http://www.dayanzai.me/heidisql.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
转载声明
全部评论: (3条)
  1. 猫车2014-10-05 20:11 回复
    给你点32个赞 :razz:
  2. 大王巡山2021-11-02 19:22 回复
    无语,这个不是最新版吧,信息有些滞后哦
    • 大眼仔~旭2021-11-03 09:09
      你也可以去官网下载最新版本的

发表评论

返回顶部