vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| When you start a replication slave you can tell it where in the binary logs to start (which log file, what position) ... but can you tell it to automatically *stop* when it reaches a certain point (also identified by log file name and position) ? -- Cos |
| ||||
| Use START SLAVE UNTIL. There are two syntaxes -- check the manual. Ofer Inbar wrote: > When you start a replication slave you can tell it where in the binary > logs to start (which log file, what position) ... but can you tell it > to automatically *stop* when it reaches a certain point (also identified > by log file name and position) ? > -- Cos > |