mysql select from one server insert to another mysql server ?

Posted by Shvilam on Stack Overflow See other posts from Stack Overflow or by Shvilam
Published on 2010-03-17T11:08:44Z Indexed on 2010/03/17 11:11 UTC
Read the original article Hit count: 134

Filed under:

I wont to do insert to one mysqll server to and get the data or do the select part
of the insert into select from anther mysql server
not just copy entire tables is this possible in my sql
I know that in MS Sql server you can do a linked server

thanks

© Stack Overflow or respective owner

Related posts about mysql