mysql clustering ?

Discussion in 'Server Operation' started by tnk, Jul 11, 2006.

  1. tnk

    tnk New Member

    Hello All,

    I followed the your how-to and everything seems to work fine, great thanks!

    http://www.howtoforge.com/book/print/1179

    However my collague told me it would be better to have the whole setup
    on just 2 machines in case 1 of the loadbalancer's indicates an faulty
    error?

    Also the MySQL 5.1 reference has this basic setup:
    1 - management node
    1 - sql node, which the application talks to
    2 - data node which stores/reads the data

    now in your setup we have

    1 - management/loadba
    1 - loadba
    2 - sql nodes?

    I'm somehow questioned where the data nodes went?

    Also, let's say the application talks to this virtual ip, now the data
    gets written to 1 specific mysql server (1 or 2) now if 1 crashed 2
    should take over, but will the mysql data be exactly the same as on 1?


    Regards
     
  2. tnk

    tnk New Member

    Nobody here with mysql clustering knowledge?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    SQL and data nodes are the same in this tutorial.

    Yes. :)
     
  4. tnk

    tnk New Member

    However my collague told me it would be better to have the whole setup
    on just 2 machines in case 1 of the loadbalancer's indicates an faulty
    error?

    Is it possible to have this whole setup on just 2 machines?
     
  5. falko

    falko Super Moderator Howtoforge Staff

    I'm not sure if you can have a management node and an SQL node on the same machine. If yes, then it should work.
     

Share This Page