adminer icon indicating copy to clipboard operation
adminer copied to clipboard

Customizations for Adminer, the best database management tool written in PHP.

Results 2 adminer issues
Sort by recently updated
recently updated
newest added

As original Adminer repo seems to be abandoned for more than 2 years already, maybe we could upgrade to community-developed version AdminerEvo, currently in 4.8.4 version? https://github.com/adminerevo/adminerevo/releases/tag/v4.8.4 https://docs.adminerevo.org/

In my case host_info returns "Localhost via UNIX socket" meaning "Localhost" won't be found in the $localhosts array. "Localhost" is also mentioned in [the `host_info` manual page](https://www.php.net/manual/en/mysqli.get-host-info.php) in the example...