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