If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi. i am working on a project where database is growing very quickly [100MB] daily. i was reading about replication and it is offering much more i needed at the moment.
i am interested in backing up data daily to another server automatically which is my dev machine.
at the moment i use mysqldump to backup to sql file and and then restore from it.
as database size now is 4GB it takes lot of time to backup and restore.
replication looks promising but i have never done that before so i have to give a good reading to use it.