From 745a5820ba400293bd346197aa9adfc03c3d0522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 16 Aug 2023 16:11:56 +0800 Subject: [PATCH] qqq --- Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Connection.php b/Connection.php index 58aadb9..b58e767 100644 --- a/Connection.php +++ b/Connection.php @@ -345,6 +345,7 @@ class Connection extends Component } else { $options[PDO::ATTR_PERSISTENT] = false; } + $this->logger->debug('create mysql client ' . 'mysql:dbname=' . $this->database . ';host=' . $this->cds); $link = new PDO('mysql:dbname=' . $this->database . ';host=' . $this->cds, $this->username, $this->password, $options); foreach ($this->attributes as $key => $attribute) { $link->setAttribute($key, $attribute);