我已经阅读了这个联邦表,现在我想知道如果我想test_table
从远程创建(见链接中的这个例子)该怎么办?据我所知,test_table
之前必须在联合服务器上创建。但我想通过我的本地服务器创建它。
任何人都可以帮忙吗?
更新:
我尝试自己手动创建远程表的最小版本并alter table tablename add columnname
运行。现在我得到这个错误。(表levermanneasypivot中的字段是ACA.PA。)
Field: ACA.PA does not exists
Error at: Do an alter ADD COLUMN ACA.PA @ easy
Error at: cmd: alter table `levermanneasypivot` add ` ACA.PA` int(9)
default NULL;
Errormsg: cmd: Table storage engine for 'levermanneasypivot' doesn't have this option
非常感谢。