我正在使用SQL SERVER,并且我需要与此相同的解决方案:How to create trigger to insert data to a database on another server,但在SQL SERVER中。
我该如何更改:
ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 CONNECTION='mysql://username:pass@the_other_host:port/schema/user';
仅适用于MySQL,并且使用SQL SERVER会生成此错误
““ ENGINE”的语法不正确。”
有什么想法吗?