Re: Linking Mysql tables across databases

2004-09-07 Thread Egor Egorov
"Rob Keeling" <[EMAIL PROTECTED]> wrote: > Is there a way to create a linked mysql table? > > I have one master database, which has a table of data I would like to use > with three other projects, > I want to try to avoid copying the data between three databases, or putting > everything in one da

RE: Linking Mysql tables across databases

2004-09-06 Thread Alejandro Oropeza
Hey Rob, If all the databases are on the same server you can point to every table just with DB_name.Tablename if you have the permissions. Best Regards Alejandro -Mensaje original- De: Rob Keeling [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 06 de Septiembre de 2004 01:22 p.m. Para: