关键词搜索

源码搜索 ×
×

tp6动态连接数据库(连接除database.php配置外的数据库(临时数据库等))

发布2021-11-26浏览1625次

详情内容

  1. //use think\facade\Config;
  2. $config = Config::get('database');
  3. $config['connections']['tmp'] = [
  4. 'type' => 'mysql',
  5. 'hostname' => 'localhost',
  6. 'database' => 'test',
  7. 'username' => 'root',
  8. 'password' => 'root',
  9. 'hostport' => 3306,
  10. 'params' => [],
  11. 'charset' => 'utf8mb4'
  12. ];
  13. Config::set($config, 'database');
  14. Db::connect('tmp')->query('select * from t limit 1');

使用场景

tp6连接除database.php配置外的数据库(临时数据库等)

相关技术文章

点击QQ咨询
开通会员
返回顶部
×
微信扫码支付
微信扫码支付
确定支付下载
请使用微信描二维码支付
×

提示信息

×

选择支付方式

  • 微信支付
  • 支付宝付款
确定支付下载