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

前端 未结 1 2051
感动是毒
感动是毒 2020-12-11 22:39

Is it possible to connect to a remote instance of mysql server from a stored procedure using sql statements, for select and insert access?

Ideally, it would be somet

相关标签:
1条回答
  • 2020-12-11 23:21

    Yes. Using Federated tables feature.

    0 讨论(0)
提交回复
热议问题