Re: [PHP-DB] synchronizing/replicating MySQL servers

2008-05-13 Thread Chris
Yves Sucaet wrote:
> Hello,
> 
> We have several PHP applications that run on the same server. We'd like to 
> split them up over two servers. Can somebody help me get started to set up a 
> replicated MySQL installation? I'd like to host the same DB on both machines, 
> and so when one updates the other should update etc... How does one do that? 
> Is that even possible with the community version of MySQL?

Yes it's all possible, however the mysql lists will be much more helpful
with your questions:

http://lists.mysql.com/

-- 
Postgresql & php tutorials
http://www.designmagick.com/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] synchronizing/replicating MySQL servers

2008-05-13 Thread Yves Sucaet
Hello,

We have several PHP applications that run on the same server. We'd like to 
split them up over two servers. Can somebody help me get started to set up a 
replicated MySQL installation? I'd like to host the same DB on both machines, 
and so when one updates the other should update etc... How does one do that? Is 
that even possible with the community version of MySQL?

Thanks in advance,

Yves