Loading...
 
Skip to main content

History: MySQL replication

Preview of version: 4

Database replication


Replication was added in Tiki5, thanks to SUMO.

This permits to send all write queries to master MySQL server, while the read requests can do to MysQL slave servers.

To use:

add to db/local.php
Copy to clipboard
$shadow_host = 'localhost'; $shadow_user = 'root'; $shadow_pass = 'foobar'; $shadow_dbs = 'tiki4_slave';



alias

History

Advanced
Information Version
Marc Laporte 6
Marc Laporte 5
Marc Laporte 4
Marc Laporte 2
Marc Laporte 1