Voor het beheren van een MySQL-database zijn in de loop van de tijd verschillende tools ontwikkeld. Zo is er phpMyAdmin, waarmee het beheer via een webapplicatie verloopt. Om een MySQL-database te beheren vanuit een Windows-applicatie, kun je kijken naar HeidiSQL. Hiermee zijn de meeste beheertaken direct uit te voeren, zoals het synchroniseren van tabellen tussen verschillende databases, het in- en exporteren van data, en het uitvoeren van queries. De ontwikkelaars hebben versie 6.0 uitgebracht en voorzien van de volgende aankondiging:
HeidiSQL 6.0 released
This is a new release of HeidiSQL, the result of 331 changes done after the previous 5.1 release. HeidiSQL 6.0 introduces many new features of which I'll list the most important ones here:
- Tabs for multiple batch results or multiple procedure results in a query tab.
- Multiple connections in one application instance
- Editable query results
- Rewritten user manager, using GRANT and REVOKE syntax now
- Rewritten "Copy table" dialog and logic, supporting WHERE filters now
- Rewritten "Load text file" dialog and logic, supports client side parsing for situations where LOAD DATA is not allowed
- Rewritten SQL help dialog
- Query profiling in query tabs
- Introduce "Run current query" action (Shift+Ctrl+F9)
- Enhance detection of Unicode text files
- Server details hint when mouse over version status panel
- Internal image previewer for BLOBs
- LaTeX and Wiki markup output for grids
- ZEROFILL support in table editor
- Session manager: Prompt for username and password on demand
- Add support for TIME values above 24 hours
- Tons of bugfixes