时间:2021-07-01 10:21:17 帮助过:12人阅读
如果两个库在同一个mysql服务器上,且用户名及口令相同,那么可以在访问时在表名前缀库名:库名.表名
如果在同一部server,且???用?名,密?一?。
可以用select * from DB1.table1,DB2.table2; ??。
不用?建?次?接。
两位的意思是....
比如在分站专题时...
取得主站用户资料:select * from cms.user
然后用这样获取自己专题的资料:select * from zt15.product
这样只要一个$pdo就行了吧?
但是
在PDO??中
已?填上了?一?:dbname=cms
$pdo = new PDO('mysql:host=localhost;dbname=cms', 'user','password');
在sql?句再改用 DB1.table1 也可以?
但是
在PDO??中
已?填上了?一?:dbname=cms
$pdo = new PDO('mysql:host=localhost;dbname=cms', 'user','password');
在sql?句再改用 DB1.table1 也可以?