Connecting 2 MySQL databases: how?

2004-04-08 Thread Steijn, B.S.
Hi, I would like to make a connection between 2 databases in MySQL that are on the same server. The purpose is that a class X in database A uses a class Y in database B by a foreign key. Thus, the table in B can be re-used by other databases which will make my databases more efficient. I've

Re: Connecting 2 MySQL databases: how?

2004-04-08 Thread Roger Baklund
* Steijn, B.S. I would like to make a connection between 2 databases in MySQL that are on the same server. If you by connection mean to join tables from the two databases on the same server, you can do that. The purpose is that a class X in database A uses a class Y in database B by a