Hi!

On Aug 19, Benjamin Pflugmann wrote:
> Hi.
> 
> On Mon 2002-08-19 at 17:29:49 +0200, [EMAIL PROTECTED] wrote:
> > Hi, folks!
> > 
> > I would apreciate your opinion on my question:
> > How to make a MyISAM table (or several tables) to be shared among different
> > databases served by one MySQL server on Unix (Solaris)? It is OK if this table
> > appears as a read/write table in one database only, other DBs access it
> > read-only.
> > 
> > Any ideas?
> 
> I think there is no reasonable way to do this. But what is your reason
> to try this?

Benjamin, it is possible with MERGE tables.
And as MERGE tables support INSERTs ;))
may be this aliasing can even work with read/write access.

One can edit .MRG file to add a proper path there.

Regards,
Sergei

-- 
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to