//use think\facade\Config;
$config = Config::get('database');
$config['connections']['tmp'] = [
'type' => 'mysql',
'hostname' => 'localhost',
'database' => 'test',
'username' => 'root',
'password' => 'root',
'hostport' => 3306,
'params' => [],
'charset' => 'utf8mb4'
];
Config::set($config, 'database');
Db::connect('tmp')->query('select * from t limit 1');
本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报。
本站资源大多存储在云盘,如发现链接失效,请及时与站长联系,我们会第一时间更新。
转载本网站任何内容,请按照转载方式正确书写本站原文地址。
有用