From 76a2a9f04021f7b685c8d8f484cb68df552ea69a Mon Sep 17 00:00:00 2001 From: zyx0814 Date: Tue, 17 Apr 2018 17:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=89=E8=A3=85=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E5=88=9B=E5=BB=BA=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index da6a3ead..e06c5bab 100644 --- a/install/index.php +++ b/install/index.php @@ -168,7 +168,7 @@ $dbhost1=$dbhost; } if(empty($port)) $port='3306'; - $link = new mysqli($dbhost1, $dbuser, $dbpw, $dbname, $port, $unix_socket); + $link = new mysqli($dbhost1, $dbuser, $dbpw, '', $port, $unix_socket); $errno = $link->connect_errno; $error = $link->connect_error; }else{