Hi Leo,  a quick search for "multiple daemons" at www.mysql.com/doc
reveals:
http://www.mysql.com/doc/en/Multiple_servers.html

This should give you all your answers and make it possible to do what
you want.
Hope this helps,
Ken
----- Original Message ----- 
From: "Leo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 29, 2003 2:28 AM
Subject: One Slave Many Master


I know someone already ask this,
and the answer generally 'NO YOU CANT' :b

but, is there any work around so i can make a backup server (slave),
from many other server (master) through replication?

well, it's not just a backup server actually..
it really is the headquarter's db server,
and the branch offices can not directly post their transaction..
because the line is teriblyy slloooowwwww :D

so, im thinking of adding extra server on branches
and replicate what ever happens there to the main server

perhaps, if i can run multiple mysql server on different port on the
main server,
with it's own database,
that act as a slave one to one to other server,
and add one more that handle all of the DB ..

Main Server        Branch
-----------        ------
DB1, 3306          DB1, 3306, BranchServer1
DB2, 3307          DB2, 3307, BranchServer2
DB3, 3308          DB3, 3308, BranchServer3
DB4, 3309          DB4, 3309, BranchServer4
and so on...

MASTER DB(DB1,DB2...DBn) on port 33xx

is this possible???
or maybe there are other solution.. pleasseee.. i really appreciate it

oh, one more thing, can the replication run both way?
what ever happened on machine A, replicated on machine B and vice
versa..

thanks...

--
Regards
Leonardus Setiabudi
IT Project Coordinator
PT Bina San Prima, www.binasanprima.com



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

Reply via email to