Click here to Skip to main content
15,902,447 members
Home / Discussions / Database
   

Database

 
AnswerRe: How do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. [modified] Pin
Wendelius22-Jan-09 3:27
mentorWendelius22-Jan-09 3:27 
GeneralRe: How do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. Pin
BobClarkSQL22-Jan-09 4:00
BobClarkSQL22-Jan-09 4:00 
GeneralRe: How do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. Pin
Wendelius22-Jan-09 4:08
mentorWendelius22-Jan-09 4:08 
GeneralRe: How do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. Pin
BobClarkSQL22-Jan-09 4:19
BobClarkSQL22-Jan-09 4:19 
GeneralRe: How do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. Pin
Wendelius22-Jan-09 4:35
mentorWendelius22-Jan-09 4:35 
GeneralRe: How do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. Pin
BobClarkSQL22-Jan-09 4:40
BobClarkSQL22-Jan-09 4:40 
GeneralRe: How do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. Pin
BobClarkSQL22-Jan-09 4:52
BobClarkSQL22-Jan-09 4:52 
GeneralRe: How do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. Pin
Wendelius22-Jan-09 5:06
mentorWendelius22-Jan-09 5:06 
Then you have to use --log-bin option and mysqlbinlog [^] utility.

What comes to the other question about the sequence of operations on different server, there's no native support for that in MySQL so you can for example create one centralized script which does all the backups and restore operations on all servers. Or if you want to create a script on each server you must create a mechanism how to synchronize the operations (using for example your master database to store information what is being done and what's next).

The need to optimize rises from a bad design.My articles[^]

GeneralRe: How do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. Pin
BobClarkSQL22-Jan-09 5:42
BobClarkSQL22-Jan-09 5:42 
QuestionInsert query and Cursor in same stored procedure Pin
Jay Royall21-Jan-09 23:28
Jay Royall21-Jan-09 23:28 
AnswerRe: Insert query and Cursor in same stored procedure Pin
Wendelius21-Jan-09 23:33
mentorWendelius21-Jan-09 23:33 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Jay Royall21-Jan-09 23:49
Jay Royall21-Jan-09 23:49 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Wendelius22-Jan-09 0:00
mentorWendelius22-Jan-09 0:00 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Jay Royall22-Jan-09 0:05
Jay Royall22-Jan-09 0:05 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Wendelius22-Jan-09 0:13
mentorWendelius22-Jan-09 0:13 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Jay Royall22-Jan-09 0:21
Jay Royall22-Jan-09 0:21 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Wendelius22-Jan-09 0:29
mentorWendelius22-Jan-09 0:29 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Ennis Ray Lynch, Jr.22-Jan-09 6:23
Ennis Ray Lynch, Jr.22-Jan-09 6:23 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Jay Royall22-Jan-09 6:31
Jay Royall22-Jan-09 6:31 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Ennis Ray Lynch, Jr.22-Jan-09 6:36
Ennis Ray Lynch, Jr.22-Jan-09 6:36 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Jay Royall22-Jan-09 9:38
Jay Royall22-Jan-09 9:38 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Ennis Ray Lynch, Jr.22-Jan-09 9:46
Ennis Ray Lynch, Jr.22-Jan-09 9:46 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Jay Royall22-Jan-09 9:52
Jay Royall22-Jan-09 9:52 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Wendelius22-Jan-09 9:50
mentorWendelius22-Jan-09 9:50 
GeneralRe: Insert query and Cursor in same stored procedure Pin
Jay Royall22-Jan-09 9:56
Jay Royall22-Jan-09 9:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.