adminer
adminer copied to clipboard
Customizations for Adminer, the best database management tool written in PHP.
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...