Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22ab2bdfc32984a

Jump to content

Draft:AdminNeo

From Wikipedia, the free encyclopedia

AdminNeo
DeveloperPeter Knut
ReleaseAugust 20, 2024; 23 months ago (2024-08-20) (as AdminerNeo)
Stable release
5.4.0 / May 27, 2026; 2 months ago (2026-05-27)
Written inPHP
Operating systemCross-platform
Available in45 languages
TypeDatabase management system
LicenseApache License 2.0 or GPL v2
Websitewww.adminneo.org
Repositorygithub.com/adminneo-org/adminneo

AdminNeo is a free and open-source database management tool written in PHP. It is distributed as a single PHP file that can be deployed to a web server running PHP. AdminNeo supports MySQL, MariaDB, PostgreSQL and several other database systems.[1]

History

[edit]

The project was started by Peter Knut as a fork of Adminer project by Jakub Vrána[1] during a long period of inactivity. Its first release, under the name AdminerNeo, was published in August 2024. In February 2025, Jakub Vrána has resumed development of Adminer, acknowledged AdminerNeo as one of two significant forks that had emerged while Adminer development was on hold, and stated that he had backported many of its changes into Adminer.[2]

The fork was subsequently renamed to AdminNeo and took a different path with different priorities such as modern user interface, configuration system and code refactoring.[3][4] Version 5.0.0, released in May 2025, was described by the project as the first release of AdminNeo and its companion data-editing tool EditorNeo as standalone products.[5]

Features

[edit]

AdminNeo provides a web interface for common database administration tasks, including:[1]

  • Managing the structure of databases and tables
  • Browsing, inserting, editing and searching data
  • Exporting and importing databases and data in multiple formats
  • Editing views, triggers, events, checks, stored procedures, processes and user permissions
  • Executing custom batch SQL commands with autocomplete and history
  • SQL syntax highlighting
  • Configuration for basic modifications
  • Extensibility through plugins and customizations

A companion application called EditorNeo is provided for data manipulation by end users.

Supported databases

[edit]

AdminNeo supports the following database systems:[1]

Requirements

[edit]

AdminNeo requires PHP 5.4 or newer with sessions enabled, and a modern web browser. Running it from the source code requires PHP 7.1 or newer.[6]

Distribution

[edit]

AdminNeo is distributed primarily as a single compiled PHP file that users upload to a web server. An official Docker image is also published on Docker Hub, which can be configured through environment variables and supports custom CSS and JavaScript files, as well as the official plugins shipped with the project.[7]

See also

[edit]

References

[edit]
  1. ^ a b c d "AdminNeo database manager". adminneo.org. Retrieved 2026-05-29.
  2. ^ Vrána, Jakub (2025-02-20). "Adminer 4.16.0 – obnovení vývoje". PHP triky (in Czech). Retrieved 2026-05-29.
  3. ^ adminneo-org. "We are moving on · adminneo-org adminneo · Discussion #57". GitHub. Retrieved 2026-05-29.
  4. ^ Vrána, Jakub (2025-03-07). "Adminer 5.0.0 – jmenný prostor (discussion)". PHP triky (in Czech). Retrieved 2026-05-29.
  5. ^ "Release v5.0.0 · adminneo-org/adminneo". GitHub. Retrieved 2026-05-29.
  6. ^ "adminneo-org/adminneo". GitHub. Retrieved 2026-05-29.
  7. ^ "adminneoorg/adminneo – Docker Image". Docker Hub. Retrieved 2026-05-29.
[edit]

Category:Database administration tools Category:Free database management systems Category:Free software programmed in PHP Category:Cross-platform free software Category:MySQL Category:MariaDB Category:PostgreSQL Category:SQLite Category:Oracle Database tools Category:Microsoft database software