Search found 2 matches

by leart
Sun May 09, 2010 11:35 am
Forum: PHP - Theory and Design
Topic: How to implement navigation in the design?
Replies: 1
Views: 981

How to implement navigation in the design?

Hey guys, I'm pretty sure this is a common topic and so I was wondering if there's a common/design pattern solution to this problem. The problem - my web application navigation is split into Sections and it's modules so it's a 2-levels navigation. For example, there's Management, and inside it: User...
by leart
Mon Apr 05, 2010 10:22 am
Forum: Databases
Topic: Setting up replication
Replies: 0
Views: 282

Setting up replication

Hi everyone I configured a while ago 2 MySQL servers to run in multi-master replication mode which means both are master and slave of each other so that each transaction that is run on one server is immediately ran on the other one as well. it happens that I need to replace one of these servers whic...