Hard-code mysqli extension in setup DSN
Follow-up to removing extension directive in 2a8962a
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
This commit is contained in:
parent
356626bbaa
commit
b870612ba7
@ -410,7 +410,7 @@ class ConfigFile
|
||||
}
|
||||
|
||||
$path = 'Servers/' . $server;
|
||||
$dsn = $this->getValue("$path/extension") . '://';
|
||||
$dsn = 'mysqli://';
|
||||
if ($this->getValue("$path/auth_type") == 'config') {
|
||||
$dsn .= $this->getValue("$path/user");
|
||||
if (! $this->getValue("$path/nopassword")) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user