All Projects → osalabs → Phpminiadmin

osalabs / Phpminiadmin

extremely lightweight alternative to heavy phpMyAdmin for quick and easy access MySQL databases

Projects that are alternatives of or similar to Phpminiadmin

Docker Lamp
Docker with Apache, MySql, PhpMyAdmin and Php
Stars: ✭ 276 (-0.72%)
Mutual labels:  phpmyadmin, mysql
App
Directus Admin Application — An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+66.91%)
Mutual labels:  database-management, mysql
Oneinstack
OneinStack - A PHP/JAVA Deployment Tool
Stars: ✭ 1,983 (+613.31%)
Mutual labels:  phpmyadmin, mysql
Docker Compose Lamp
A basic LAMP stack environment built using Docker Compose.
Stars: ✭ 1,284 (+361.87%)
Mutual labels:  phpmyadmin, mysql
Adminer Custom
Customizations for Adminer, the best database management tool written in PHP.
Stars: ✭ 99 (-64.39%)
Mutual labels:  database-management, mysql
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (-67.99%)
Mutual labels:  phpmyadmin, mysql
Dbngin
DB Engine
Stars: ✭ 344 (+23.74%)
Mutual labels:  database-management, mysql
Phpmyadmin sql backup
A Python script to automate SQL dumps via phpMyAdmin's web interface
Stars: ✭ 17 (-93.88%)
Mutual labels:  phpmyadmin, mysql
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (-75.54%)
Mutual labels:  database-management, mysql
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+166.55%)
Mutual labels:  database-management, mysql
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (-84.53%)
Mutual labels:  phpmyadmin, mysql
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (+946.76%)
Mutual labels:  database-management, mysql
Vagrant Centos7 Ansible Lamp
Ansible example using Vagrant to deploy Centos7 server with Apache2.4.6, PHP7 (with xdebug), mariaDB5.5 and phpmyadmin to local VM.
Stars: ✭ 41 (-85.25%)
Mutual labels:  phpmyadmin, mysql
Docker Nginx Php Mysql
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
Stars: ✭ 1,322 (+375.54%)
Mutual labels:  phpmyadmin, mysql
Mirth Connect Docker
Mirth-Connect Docker container (+ Mysql container + PHPMyAdmin container)
Stars: ✭ 29 (-89.57%)
Mutual labels:  phpmyadmin, mysql
Kickoff Docker Php
🐳 🐘 🚀 Easily setup a PHP project with Docker
Stars: ✭ 213 (-23.38%)
Mutual labels:  phpmyadmin, mysql
Neard
🎲 Portable WAMP software stack
Stars: ✭ 296 (+6.47%)
Mutual labels:  phpmyadmin, mysql
Phpmyadmin
A web interface for MySQL and MariaDB
Stars: ✭ 5,750 (+1968.35%)
Mutual labels:  phpmyadmin, mysql
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+74.82%)
Mutual labels:  database-management, mysql
Sumo db
Erlang Persistency Framework
Stars: ✭ 163 (-41.37%)
Mutual labels:  database-management, mysql

other screenshots

How to Install

  • Download phpminiadmin.php file
    • example: wget https://raw.github.com/osalabs/phpminiadmin/master/phpminiadmin.php
  • Copy/Upload it to your webserver public directory (www or public_html or whatever...)
  • Open in your browser http://yoursite.com/phpminiadmin.php

Recommended: For additional security you may edit phpminiadmin.php file and set some password (see $ACCESS_PWD variable)

Dependencies

The only required php extension is mysqli. Therefore if you got a white screen install it:

sudo apt-get install php-mysql on Debian or enable extension=php_mysqli.dll in php.ini on Windows

Config file (optional)

You can also create phpminiconfig.php in the same directory as phpminiadmin.php with database credentials or password. This way you can easily install future releases of phpminiadmin.php

In the directory samples you'll find phpminiconfig.php for known OpenSource packages

  • See phpminiconfig.php for an empty example
  • See phpminiconfig.magento.php to read Magento its app/etc/local.xml ($ACCESS_PWD is required)
  • See phpminiconfig.sugarcrm.php to read SugarCRM its config.php ($ACCESS_PWD is required)
  • See phpminiconfig.wordpress.php to read Wordpress its wp-config.php ($ACCESS_PWD is required)
  • See phpminiconfig.vtiger.php to read Vtiger its config.inc.php ($ACCESS_PWD is required)

Links

Change Log

changes in phpMiniAdmin 1.9.200928 (latest)

  • added ability to setup SSL connection (define at least "ssl_ca" in $DBDEF)

changes in phpMiniAdmin 1.9.190822

  • added ability to set socket for db connection

changes in phpMiniAdmin 1.9.170730

  • fixed potential XSS in database names and fields #28
  • db NULLs now displayed in italic to distinguish from "NULL" text
  • misc formatting adjustments

changes in phpMiniAdmin 1.9.170203

  • added "compact view" option. If checked - width/height of grid cells limited, so you can see more rows/columns in case your data is large. And in this mode you can double-click on cells to "expand" just that particular cell.

changes in phpMiniAdmin 1.9.170117

  • greatly optimized memory usage for large result sets (especially in export)

see older changes in changelog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].