Release of phpMyAdmin 5.0, a web-based administration interface for MySQL database

Six years since the formation of the 4.0 branch published issue phpMyAdmin 5.0, a web interface for MySQL and MariaDB DBMS administration. The application allows you to manage the database, tables, columns, database relationships, indexes, users, access rights, execute SQL queries, import and export data, visually view the structure, perform a global search across the entire database, convert stored data (for example, to view saved images), etc. The project code is written in PHP and supplied licensed under GPLv2.

Π’ new release:

  • Stopped support for old branches of PHP (5.5, 5.6, 7.0) and HHVM;
  • Provided default display of column names when exporting to CSV;
  • Added new Metro theme;
  • Implemented automatic index addition when creating auto-incrementing columns;
  • Expanded export interface;
  • Added a warning query when trying to perform an UPDATE operation without WHERE;
  • The display of information about errors has been redesigned (the error text can now be copied to the clipboard);
  • Added keyboard shortcuts for clearing a line (ctrl+l) and window content (ctrl+u);
  • When exporting to MS Excel, 'windows-1252' encoding is used.

Source: opennet.ru

Add a comment