Re: Remote data
you can do this also (source) (desti) mysqldump -uroot -p -habc.com --databases yyy --table tab1 | mysql -uroot -p -hzzz.com -Dxxx On 3/18/09, Krishna Chandra Prajapati wrote: > > Hi all, > > I am looking for a solution. > > While being on one db server how to get the data from other server
Remote data
Hi all, I am looking for a solution. While being on one db server how to get the data from other server. One method is federated. Is there any other way Thanks, Krishna Chandra Prajapati