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