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
: [EMAIL PROTECTED] Asunto: Linking Mysql tables across databases 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

Linking Mysql tables across databases

2004-09-06 Thread Rob Keeling
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 database, (which could have data protection problems).