06
01月
2021
1.hostname 用['127.0.0.1','127.0.0.2']数组方式
vendor/topthink/think-orm/src/db/PDOConnection.php
310行 改成
return $this->getConfig('hostname')[0] . ':' . $this->getConfig('hostport')[0] . '@' . $schema;
特殊说明,本文版权归 ning个人博客 所有带原创标签请勿转载,转载请注明出处.
本文标题: thinkphp6配置主从数据库坑