search

Home  >  Q&A  >  body text

thinkphp M数据库无法切换

3.1版本的tp,代码中需要临时切换一个数据库
$a=M('admin_user')->select();
$b=M_O("compony")->select();
$c=M('xx','cc_','mysql://root:root@111.111.111.111/db')->select;
M_O方法就是return 一个类似M('xx','cc_','mysql://root:root@111.111.111.111/db')这样的,但是这样$c返回一个false,貌似连接没发切换到本地来,请问是什么情况呢

ringa_leeringa_lee2748 days ago374

reply all(1)I'll reply

  • 滿天的星座

    滿天的星座2017-05-16 13:00:13

    Look at the log, are you not connected to the database?

    reply
    0
  • Cancelreply