mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Errors are reported by Adminer
This commit is contained in:
@@ -18,6 +18,7 @@ if (!defined("DRIVER")) {
|
||||
}
|
||||
|
||||
function connect($server, $username, $password) {
|
||||
mysqli_report(MYSQLI_REPORT_OFF); // stays between requests
|
||||
list($host, $port) = explode(":", $server, 2); // part after : is used for port or socket
|
||||
return @$this->real_connect(
|
||||
($server != "" ? $host : ini_get("mysqli.default_host")),
|
||||
|
Reference in New Issue
Block a user