federated-table

how to create a remote mysql table by federate?

China☆狼群 提交于 2019-12-24 18:13:20
问题 I have read this federate TABLE and now I would like to know what to do if I want to create the test_table (see this example in the link) from remote? As I do understand that test_table must be created on the federate server before. But I would like to create this by doing so from my local server. Can anyone help? UPDATE: I tried to create a minimal version of the remote table by my own manually and let alter table tablename add columnname run. Now I get this error. (The Fields is ACA.PA in

mySql federated table unable to update blob columns

淺唱寂寞╮ 提交于 2019-12-12 17:37:20
问题 I have a federated table on mySQL dbForge 6.0.265 which I created like this: USE my_db; CREATE TABLE my_db.federated_tbl_resources ( Id int(11) NOT NULL AUTO_INCREMENT, resourceType varchar(255) NOT NULL, cultureCode varchar(10) NOT NULL, resourceKey varchar(128) NOT NULL, resourceValue longtext NOT NULL, PRIMARY KEY (Id), UNIQUE INDEX UK_tbl_string_resources (cultureCode, resourceKey, resourceType) ) ENGINE=FEDERATED AUTO_INCREMENT = 27339 AVG_ROW_LENGTH = 219 CHARACTER SET utf8 CONNECTION=