This commit is contained in:
as2252258@163.com
2021-07-03 13:06:45 +08:00
parent 058beb2c26
commit 65ff89e3ed
+1
View File
@@ -144,6 +144,7 @@ class Connection extends Pool
if (Coroutine::getCid() === -1) {
Runtime::enableCoroutine(false);
}
var_dump($config);
$cds = 'mysql:dbname=' . $config['database'] . ';host=' . $config['cds'];
var_dump($cds);
$link = new PDO($cds, $config['username'], $config['password'], [