MySQL Forums
Forum List  »  Triggers

Re: Firing an On Insert Trigger from Server A to Server B
Posted by: uwe resch
Date: April 26, 2011 01:58AM

3306 is the port (3306 is the default port i think)

you need to activate the federated engine
because default this engine is deactivated.

look into your mysql configfile (my.ini or my.cnf)
insert federated behind [mysqld] (here you find your port too)

search for federated inside the config and if you find
skip-federate delete this line or mark it with #

then save config and restart your mysql

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Firing an On Insert Trigger from Server A to Server B
1337
April 26, 2011 01:58AM


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.