MySQL Forums
Forum List  »  NDB clusters

Re: unable for slave to connect to master replication (continuation)
Posted by: richard horan
Date: April 19, 2006 10:30AM

i did:
ndbd --initial
mysql_install_db

on all machines on both clusters.

but in particular for this problem lets look at the master and slave.

master show this for grants

mysql> show grants for evenslave@xx.yyy.zz.21;
+-------------------------------------------------------------------------------
--------------------------------------------------+
| Grants for evenslave@10.104.72.21
|
+-------------------------------------------------------------------------------
--------------------------------------------------+
| GRANT REPLICATION SLAVE ON *.* TO 'evenslave'@'xx.yyy.zz.21' IDENTIFIED BY PAS
SWORD '*0F8B15CAD50462818297B134238DAC674F6BF8A8' |
+-------------------------------------------------------------------------------
--------------------------------------------------+
1 row in set (0.00 sec)

show master status below:
mysql> show master status \G
*************************** 1. row ***************************
File: bin-log.000003
Position: 1459
Binlog_Do_DB:
Binlog_Ignore_DB:
1 row in set (0.00 sec)


slave server-id is 4
master server-id is 3

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.