Posts Tagged ‘server’

Using Linux rsync to transfer data to another server

Monday, December 24th, 2007

The rsync command is commonly used to transfer data to another server. Lees verder »

MySQL Replication using AdoDb

Friday, November 16th, 2007

24HOURSMEDIAThis page contains a free AdoDb based class to use ADODB in a replicated MySQL Master/Slave environment. With this ADODB class, you can efficiently migrate to a replication database setup. Switching from a single MySQL database to a replicated database solution can be cumbersome. All your update and insert queries may not be performed on the slave databases, or else the replication will be broken. This class should help you how to manage the migration more easily.

Lees verder »