Is it possible to have 2 database on one server replicating from the
same Master server?

In other words.  DB01 is the Master on System01,
System02 has DB01_rep1 and DB01_rep2, each with their own replication
from DB01.

I need to do this to have a development copy of DB01 on System02.  I
have production software that pulls data 
from DB01_rep1 and I need to set up DB01_rep2 to do some development
work.  

When I copy the DB01 snapshot into a new database (DB01_rep2) on
System02 and then log into that database and do a "Show slave status" it
shows me the slave status information that was set up for DB01_rep1.

Is replication System dependant or database dependant?

Thanks,

Jeff

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to