Module syncToMaster
[show private | hide private]
[frames | no frames]

Module syncToMaster

Synchronize slave MySQL server up to certain position of the master one
Function Summary
  connect(dbHost, dbPort, dbName, userName, userPass)
Establish connection to MySQL db
  getSlaveInfo(curS)
Retrieve slave information
  syncToMaster(masterHost, slaveHost, dbName, userName, userPass)
Try to synchronize slave to certain position in a master DB server

Function Details

connect(dbHost, dbPort, dbName, userName='', userPass='')

Establish connection to MySQL db

getSlaveInfo(curS)

Retrieve slave information

syncToMaster(masterHost, slaveHost, dbName, userName='', userPass='')

Try to synchronize slave to certain position in a master DB server

Generated by Epydoc 2.1 on Tue Jan 24 10:46:01 2006 http://epydoc.sf.net