开发者

can I access a remote mysql server/db from a stored procedure?

开发者 https://www.devze.com 2023-01-27 23:47 出处:网络
Is it possible to connect to a remote instance of mysql server from a stored开发者_如何学C procedure using sql statements, for select and insert access?

Is it possible to connect to a remote instance of mysql server from a stored开发者_如何学C procedure using sql statements, for select and insert access?

Ideally, it would be something like (pseudo-code):

connect to remotedb@remotehost
select field1 from remotedb.table1 where ...

I guess I can develop a user-defined function in C/C++ that does it by ODBC. I'd prefer a native syntax if possible, though. Thanks!


Yes. Using Federated tables feature.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号