Hi, there!
I have two MySQL servers here, a master and a slave. Both are running Linux (x64) and "mysql Ver 14.14 Distrib 5.1.52".
My question is, if I set up another slave server, is there a command to synchronize all data from the master server WITHOUT creating a dump?
This would also be an advantage when resetting a slave server after a crash or other problem, e. g. just start the slave and tell it to entirely resync with the master.
Thanks in advance!
I have two MySQL servers here, a master and a slave. Both are running Linux (x64) and "mysql Ver 14.14 Distrib 5.1.52".
My question is, if I set up another slave server, is there a command to synchronize all data from the master server WITHOUT creating a dump?
This would also be an advantage when resetting a slave server after a crash or other problem, e. g. just start the slave and tell it to entirely resync with the master.
Thanks in advance!