MySQL Forums
Forum List  »  Federated Storage Engine

how to alter table with federated storage engine
Posted by: susmitha m
Date: January 27, 2011 06:39AM

Hi,
I'm maintaining replica of a table in first system in second system using federated concept. but now i want third system data to automatically updated to second system.

If i'm altering table structure in second system (alter table table_name ENGINE=FEDERATED DEFAULT CHARSET=latin1 CONNECTION = 'mysql://username:password@hostname:3306/db_name/tablename';), it is giving error mysql error 1031: Table storage engine for 'table_name' doesn't have this option.


Regards
Susmitha

Options: ReplyQuote


Subject
Views
Written By
Posted
how to alter table with federated storage engine
7882
January 27, 2011 06:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.