Quote:
Originally Posted by Dontom
the reference manual contains a step by step "How to Set Up Replication" which helped us setting it up...
How to put search on slave :
edit includes/config.php
put your slave config into this:
if (THIS_SCRIPT == search.php)
{
slave config goes here...
}
http://www.vbulletin.com/forum/showp...93&postcount=9
|
You can do it that way but you end up replicating the whole database when you should only replicate user, forum, thread and post.