The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
Funny.
If the dbs reside on the same server then mysql simply doesnt care, you can write the query directly select db1.table1.field1, db2.table2.field2 from db1.table1 join db2.table2 on (db1.table1.field2 = db2.table2.field3) if on a separate server you just need to set permissions on the remote server so that it can be accessed remotely, and set up a mysql connection that connect to remote.ip.address rather than localhost. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|