Re: Select data from another Mysql Server?

2009-02-13 Thread Baron Schwartz
Hello,

On Thu, Feb 12, 2009 at 11:54 PM, Kiran Waje kiranw...@gmail.com wrote:
 I have two Mysql servers and I want to Read data from one Mysql server to
 another using stored procedure.


You may be able to use the Federated engine.  Check the output of SHOW ENGINES.

-- 
Baron Schwartz, Director of Consulting, Percona Inc.
Our Blog: http://www.mysqlperformanceblog.com/
Our Services: http://www.percona.com/services.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



Select data from another Mysql Server?

2009-02-12 Thread Kiran Waje
I have two Mysql servers and I want to Read data from one Mysql server to
another using stored procedure.