Six years after the establishment of the 4.0 branch release , a web interface for administering MySQL and MariaDB databases. The application allows management of databases, tables, columns, relationships within the database, indexes, users, permissions, performing SQL queries, importing and exporting data, visually inspecting structure, performing global searches across the entire database, transforming stored data (for example, to view saved images), and more. The project's code is written in PHP and is licensed under GPLv2.
In :
- Support for older PHP branches (5.5, 5.6, 7.0) and HHVM has been discontinued;
- Default display of column names when exporting to CSV has been ensured;
- A new Metro theme has been added;
- Automatic index addition has been implemented when creating auto-incrementing columns;
- The export interface has been expanded;
- A warning query has been added when attempting to execute an UPDATE operation without a WHERE clause;
- Error information display has been redesigned (error text can now be copied to the clipboard);
- Keyboard shortcuts have been added for clearing the line (ctrl+l) and content of the window (ctrl+u);
- When exporting to MS Excel, the encoding 'windows-1252' is ensured.
Source: opennet.ru
