MySQL Forums
Forum List  »  Newbie

Remote OUTFILE
Posted by: Anderson Ouriques
Date: June 17, 2005 12:14PM

Hi friends,

I have three servers (S01,S02,S03)... my aplication PHP run in S01 and there are two databases in S02 and S03.

I make one file and I'm using LOAD DATA LOCAL INFILE INTO tbl_xxx to load file in S01 to S02.

My problem is:
I need export data from S03 to S01 using only mysql.
I'm using SELECT OUTFILE, but this statment is only local.

is it possible?

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Remote OUTFILE
June 17, 2005 12:14PM


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.