MySQL: Master-Master Repl at Kaboodle
  • Print Print

MySQL: Master-Master Repl

by steveo

0 Hearts

View:   List | Grid | Slideshow
flag-list Flag List
This list will be added to your My Favorites list.

Cancel
default
MySQL Master Master...

See this at: howtoforge.com| Added on 06/24/08

Restart both mysql master1 and master2. On mysql master1: mysql> start slave; On mysql master2: mysql > show master status; On mysql master 1: mysql> show slave status\G; *************************** 1. row *************************** Slave_IO_State:... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
MySQL Multi-master...

See this at: capttofu.livejournal...| Added on 06/24/08

Hi Patrick, thats a nice article and actually we are doing something similiar here. But I have one question: If all your reads are being sent to the slaves, how do you cope with delayed slaves in your perl application? Especially with the following... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Setting Up Master-Master...

See this at: howtoforge.com| Added on 06/24/08

server1/server2: netstat -tap | grep mysql that MySQL is really listening on all interfaces: server1:~# netstat -tap | grep mysql tcp 0 0 *:mysql *:* LISTEN 2671/mysqld server1:~# Afterwards, set a MySQL password for the user root@localhost:... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

Sign in to comment. Not a member yet? Sign up here.

Share This List!

Share via URL:

Delete