MySQL Forums
Forum List  »  Replication

Re: Mysql replication
Posted by: Mukesh Nagar
Date: August 26, 2012 06:20PM

Hi Aftab,

Thanks for your reply.

please find the SHOW CREATE TABLE ssg.cluster_master\G on both the servers.

master server
mysql> SHOW CREATE TABLE ssg.cluster_master\G;
*************************** 1. row ***************************
Table: cluster_master
Create Table: CREATE TABLE `cluster_master` (
`nodeid` varchar(32) DEFAULT NULL,
`touched_time` bigint(20) NOT NULL,
`version` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8




slave server

mysql> SHOW CREATE TABLE ssg.cluster_master\G;
*************************** 1. row ***************************
Table: cluster_master
Create Table: CREATE TABLE `cluster_master` (
`nodeid` varchar(32) DEFAULT NULL,
`touched_time` bigint(20) NOT NULL,
`version` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8


and node id data value is not same on both servers.

Options: ReplyQuote


Subject
Views
Written By
Posted
5153
August 21, 2012 04:07AM
2205
August 22, 2012 09:51PM
5299
August 24, 2012 12:14AM
3069
August 24, 2012 02:27AM
Re: Mysql replication
2726
August 26, 2012 06:20PM
2776
August 27, 2012 08:32AM
2406
August 27, 2012 05:55PM
2067
August 24, 2012 04:49AM


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.