HOME

TheInfoList



OR:

HeidiSQL is a
free and open-source Free and open-source software (FOSS) is software available under a Software license, license that grants users the right to use, modify, and distribute the software modified or not to everyone free of charge. FOSS is an inclusive umbrella term ...
administration tool for
MariaDB MariaDB is a community-developed, commercially supported Fork (software development), fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License. Developm ...
,
MySQL MySQL () is an Open-source software, open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language. A rel ...
, as well as
Microsoft SQL Server Microsoft SQL Server is a proprietary relational database management system developed by Microsoft using Structured Query Language (SQL, often pronounced "sequel"). As a database server, it is a software product with the primary function of ...
,
PostgreSQL PostgreSQL ( ) also known as Postgres, is a free and open-source software, free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transaction processing, transactions ...
and SQLite. Its
codebase In software development, a codebase (or code base) is a collection of source code used to build a particular software system, application, or software component. Typically, a codebase includes only human-written source code system files; thu ...
was originally taken from Ansgar Becker's own MySQL-Front 2.5 software. After selling the MySQL-Front branding to an unrelated party, Becker chose "HeidiSQL" as a replacement. The name was suggested by a friend as a tribute to Heidi Klum, and was further reinforced by Becker's own nostalgia for '' Heidi, Girl of the Alps''.


History

Ansgar Becker began development on a MySQL front-end in 1999, naming the project "MySQL-Front" and using a direct
API An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build ...
layer written by Matthias Fichtner to interface with
MySQL MySQL () is an Open-source software, open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language. A rel ...
servers and the databases contained on them. Private development continued until 2003 with version 2.5. In 2004, during a period of inactivity, Becker sold the MySQL-Front branding to Nils Hoyer, who continued development by
cloning Cloning is the process of producing individual organisms with identical genomes, either by natural or artificial means. In nature, some organisms produce clones through asexual reproduction; this reproduction of an organism by itself without ...
the original software. In April 2006, Becker open-sourced the application on
SourceForge SourceForge is a web service founded by Geoffrey B. Jeffery, Tim Perdue, and Drew Streib in November 1999. SourceForge provides a centralized software discovery platform, including an online platform for managing and hosting open-source soft ...
, renaming the project "HeidiSQL" due to having sold the MySQL-Front branding. HeidiSQL was re-engineered to use ZeosLib, a newer and more popular database-interface layer, which debuted in version 3.0. The name was suggested by a friend as a tribute to Heidi Klum, and was further reinforced by Becker's own nostalgia for '' Heidi, Girl of the Alps''. The database layer was again replaced by a single-unit approach in October 2009 by Becker. Later, this was again extended for supporting other database servers. jHeidi—a version written in
Java Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
was designed to work on Mac and Linux computers—was discontinued in March 2010 in favor of
Wine Wine is an alcoholic drink made from Fermentation in winemaking, fermented fruit. Yeast in winemaking, Yeast consumes the sugar in the fruit and converts it to ethanol and carbon dioxide, releasing heat in the process. Wine is most often made f ...
support. Support for
Microsoft SQL Server Microsoft SQL Server is a proprietary relational database management system developed by Microsoft using Structured Query Language (SQL, often pronounced "sequel"). As a database server, it is a software product with the primary function of ...
was added in March 2011 for the 7.0 release. Since the 8.0 release, HeidiSQL offers its GUI in about 22 languages other than English; translations are contributed by users from various countries via Transifex.
PostgreSQL PostgreSQL ( ) also known as Postgres, is a free and open-source software, free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transaction processing, transactions ...
support was introduced in March 2014 for the 9.0 release. In early 2018, a slightly extended v9.5 release was published on the Microsoft Store. SQLite support was introduced in March 2020 for the 11.0 release. In May 2025, a first native Linux version was released, for which Becker converted the current Delphi sources to a Lazarus compatible project structure.


Features

HeidiSQL has the following GUI features and capabilities: * Server connection ** Multiple saved sessions with connection and credentials stored within ** Compressed client/server protocol for compatible servers ** Interface with servers via
TCP/IP The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the communication protocols used in the Internet and similar computer networks according to functional criteria. The foundational protocols in the suite are ...
, named pipes (sockets) or a tunneling protocol (SSH) ** Multiple parallelly running sessions in one window ** Manage users on the server: add, remove and edit users, and their credentials ** Manage user privileges globally and per database ** Export databases to SQL files or to other servers ** Multiple query tabs, with each one having multiple subtabs for batch results * Server host ** View and filter all server variables, such as system_time_zone ** Edit all server variables, either for this session or with global scope ** View server statistical variables, and average values per hour & second ** Currently running processes to analyze executed SQL and to kill bad processes ** View command-statistics with percentage indicator bars per SQL command * Databases ** View all databases on the server, connect to a single database to work with its tables and data ** View connected databases' total and table size in KB/MB/GB within the database/table tree structure ** Create new, alter existing databases' name, character set and collation, drop (delete) databases * Tables, views, procedures, triggers and events ** View all objects within the selected database, empty, rename and drop (delete) objects ** Edit table columns, indexes, and foreign keys. Virtual columns on MariaDB servers are supported. ** Edit view query and settings ** Edit procedure SQL body and parameters ** Edit trigger SQL body and settings ** Edit scheduled event SQL body time settings


See also

* Comparison of database administration tools


References


External links

* {{MySQL Database administration tools Windows-only free software MariaDB MySQL Microsoft database software 2006 software Pascal (programming language) software