zaocom
Joined: 04 Sep 2012 Posts: 1
|
Posted: Tue Sep 04, 2012 11:45 pm Post subject: Problem with Replication |
|
|
I have installed MySQL 5.1.46 on two Alphas running OpenVMS 8.3, and configured one database as Master and the other as Slave, for replication.
However, when I create a test database and table on the Master, and insert some data, nothing happens on the Slave. On the Slave, the Slave_IO_State is "Waiting for master to send event", and both Slave_IO_Running and Slave_SQL_Running are "Yes". The processlist has an entry for a Connect command in the state "Has read all relay log; waiting for the slave I/O thread to update it".
On the Master, the processlist has an entry for a Binlog Dump command in the state "Has sent all binlog to slave; waiting for binlog to be updated".
The MySQLD.log has no error or warning messages on either server. Any suggestions on how to trouble-shoot this? |
|