A tutorial for begginers with MySQL that will teach you how to setup a simple Master-Server replication in an UNIX environment.The tutorial will guide you through the process of setting up the replication settings on the master server, configure a user with replication privileges and then setting up the slave settings. At the end, once data is inserted into the master sql server, it will be available in real time on the slave server.