Started 5 days, 21 hours ago (2009-11-30 08:19:00)
by Amit Bora
Started 1 week ago (2009-11-28 08:50:00)
by Rick James
"stuck on mysql-bin.00003 and position 98" -- Which is stuck? SHOW SLAVE STATUS on the slave? Or SHOW
MASTER STATUS one the master?
Not sure what to look for; please SHOW SLAVE STATUS\G and SHOW MASTER STATUS\G
Started 5 days ago (2009-12-01 04:48:00)
by joachim van bosbeke
I found it, so topic closed,
with the following :
SHOW VARIABLES LIKE 'binlog_format%';
I can see which
binary log type is used, statement, row, or mixed based.
greetings,
Jo
Started 1 week, 1 day ago (2009-11-27 14:22:00)
by Christopher Swearingen
Oh and I have create the user 'Web02' on the Master with the password set to be the Slave's password. I also issued the command "UNLOCK TABLES;" on the master after I recorded the log file and position. The master is up and running with data editing
fully functional.
From the MySQL command prompt I get this on the slave:
mysql> show slave status;
...
Started 1 week ago (2009-11-28 16:53:00)
by Rick James
OTOH, If you have the rule that writes can go only to
one Master at a time, then Master-Master is still very useful for HA & failover. You could further protect yourself from yourself by setting readonly on the backup master. (And don't be naughty by logging in with SUPER, ie, as root.)
Started 1 week, 2 days ago (2009-11-26 09:12:00)
by zaeem sherazi
Dear Rick,
I am really thankful to you for replying to my post. I have sorted out the issue and I could see the circular
replication works well but suddenly got following error on one slave so its can't get new data from master but other does. Please find error below and do let me know if there is any configuration to avoid this or how to resolve this.
...
Started 1 week, 3 days ago (2009-11-25 08:07:00)
by Derek Baxter