Hello, i have this problem: I have two databases in diferent servers. I need to copy the contents from some tables in Server1 to Server2, so i tried using the "select into outfile " and then " load data ", but the problem is that this commands creates the files on the server, and i want/need to do that on a client machine...¿what should i do?
Guillermo