Re: Remote data

2009-03-18 Thread Ananda Kumar
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

2009-03-18 Thread Krishna Chandra Prajapati
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