I'd like to use a URL like http://adminer.localhost/?server=127.0.0.1%3A3326&username=example&db=mydatabase
to pre-fill the login form, which works but also produces an ugly error SQLSTATE[HY000] [1045] Access denied for user 'example'@'127.0.0.1' (using password: NO)
.
Would it be possible for this URL to just populate the form and don't print the error? I know there are plugins to fill the login form like this one but Adminer seems to almost have this functionality built-in and in certain scenarios, it's not easy to use 3rd party plugins, for example, in the official Docker image.