Stars: 301
Forks: 118
Pull Requests: 20
Issues: 22
Watchers: 22
Last Updated: 2022-02-17 11:02:47
extremely lightweight alternative to heavy phpMyAdmin for quick and easy access MySQL databases
License:
Languages: PHP
wget https://raw.github.com/osalabs/phpminiadmin/master/phpminiadmin.php
http://yoursite.com/phpminiadmin.php
Recommended: For additional security you may edit phpminiadmin.php file and set some password (see $ACCESS_PWD
variable)
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
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
get_magic_quotes_gpc
deprecated since PHP 7.4.0$DBDEF
)