I have two database (connections to two servers), database1 and database2. Is there a way for a trigger function in a table in database1 to access a table in database2? If this is possible, how can I do it? Thanks in advance.
I have two database (connections to two servers), database1 and database2. Is there a
Share
If you are using Mysql Federated Engine, then the answer is yes.
How to create linked server MySQL
Best regards