1
0
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:
Jakub Vrana
2010-07-20 11:42:05 +02:00
parent 7f12b14802
commit 1f1d6c3430

View File

@@ -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")),