MySQL Forums
Forum List  »  General

Perform a custom backup
Posted by: Jack Wayne
Date: March 26, 2009 03:48PM

Hi,

I would like to extract records from my database mysql5.0.41 to add to another database mysql 5.0.45. Replication is impossible the networks are not connected.

I want only certain records based on timestamps.

like
select * from table where timstamp < date_add(utc_now(),interval 1 Day) ;
select * from table2 where timstamp < date_add(utc_now(),interval 1 Day) ;

Can anyone give me some direction to accomplish this.

Any assisstance is appreciated.

Thanks

Jack

Options: ReplyQuote


Subject
Written By
Posted
Perform a custom backup
March 26, 2009 03:48PM
March 26, 2009 05:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.