MySQL Forums
Forum List  »  Replication

Re: Replication began to work not always, not right away
Posted by: Dan Mor
Date: April 04, 2012 02:26PM

OK

CREATE TABLE `ibf__uag_gvars` (
`name` varchar(64) NOT NULL,
`value` varchar(64) NOT NULL,
`private` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=cp1251


UPDATE `jedif1`.`ibf__uag_gvars` SET `value`='0.211' WHERE `name`='defaultShipSpeed';

Options: ReplyQuote




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.