PDA

View Full Version : MySQL Replication


Mbx
Sat 23rd Jun '07, 4:35pm
How can i test if Vbulletin actually uses the secondary server ?
It doesn´t look that way for me. Not a single request.

What settings need to be done, so that is works ? Some more documentation regarding "Replication in Vbulletin" should be added.

jason|xoxide
Mon 25th Jun '07, 6:09pm
Having the connection details specified in your config.php file is not enough. Make sure that the database type is set to "mysql_slave" or "mysqli_slave".

Mbx
Mon 25th Jun '07, 6:22pm
Having the connection details specified in your config.php file is not enough. Make sure that the database type is set to "mysql_slave" or "mysqli_slave".

Thanks, thanks alot Jason. At least one person (next to Eva) who is some kind of help here...