MySQL equivalent of PostgreSQL's dblink module?

前端 未结 3 1923
无人共我
无人共我 2021-01-20 01:43

PostgreSQL\'s dblink module allows for SQL statements to be written that execute other SQL statements against a remote PostgreSQL database.

Is there an equivalent to

3条回答
  •  感情败类
    2021-01-20 02:34

    You might want to look into MySQL Proxy. This doesn't match the architecture of dblink, but you can probably solve a similar set of problems that you would use dblink to solve.

提交回复
热议问题