MySQL Forums
Forum List  »  InnoDB

Re: very urgent!!!!!!!"How to link two mysql db on a same server"
Posted by: Kathy Mazur Worden
Date: March 07, 2008 03:26PM

Give qualifying the table with the database name a try, for example:

select db1.test.phrase FROM db1.test, db2.test
where db1.test.phrase=db2.test.phrase

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: very urgent!!!!!!!"How to link two mysql db on a same server"
1520
March 07, 2008 03:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.