We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bed1ce commit b1a5703Copy full SHA for b1a5703
adminer.php
@@ -12,7 +12,8 @@
12
if (!isset($_GET["username"])) {
13
$_POST["auth"] = array(
14
'driver' => 'server',
15
- 'server' => DB::$host . ':' . DB::$port,
+ 'server' => DB::$host,
16
+ 'port' => DB::$port,
17
'username' => DB::$username,
18
'password' => DB::$password,
19
'db' => DB::$database,
0 commit comments