cmskit / admin-database-adminer
Database-administration based on adminer.org
Requires
- php: >=5.3.3
- cmskit/jquery-ui: dev-master
- cmskit/package-installer: 1.0.*@dev
This package is not auto-updated.
Last update: 2025-03-01 19:06:14 UTC
README
Installation path: backend/admin/db_admin
Description
Database-administration based on Adminer. "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle. Free for commercial and non-commercial use (Apache License or GPL 2)"
Additional there is a XML-Data-Import of previously exported XML-Dumps (via Adminer-Interface)
Installation
Manual installation
Download and extract the content of this package into backend/admin/database_adminer
Installation via Package-Management
Manual update of Adminer itself
Download adminer-x.x.x.php from http://www.adminer.org, rename it to adminer.inc and replace the old one (backend/admin/db_admin/adminer.inc)