module MysqlSlaver
Setup the current server as a replication slave of a master mysql server, by dumping and loading a database, and issuing the appropriate change master command to mysql. This assumes that the current user can issue ssh commands to the master server (to get its master status, and to dump and load data over the ssh connection)