作者:CC_橙_CC | 来源:互联网 | 2023-08-15 08:23
呵呵,是不是报错了?
到目录下 vendor/topthink/think-orm/src/db/connector/Mongo.php下修改
if (empty($config['dsn'])) {
$config['dsn'] = 'mongodb://' . ($config['username'] ? "{$config['username']}" : '') . ($config['password'] ? ":{$config['password']}@" : '') . $config['hostname'] .($config['hostport'] ? ":{$config['hostport']}" : ''). ($config['database'] ? "/{$config['database']}" : '');
}