from where to get MySql-max? regarding mysql-cluster

Discussion in 'HOWTO-Related Questions' started by cooljai, Feb 6, 2008.

  1. cooljai

    cooljai New Member

  2. cooljai

    cooljai New Member

    to be more precise, I'm willing to setup the cluster on CentOS 4.4 in Amazon EC2.

    Thanks
     
  3. iyeat

    iyeat New Member

  4. cooljai

    cooljai New Member

    Hi,

    Thanks for reply. I also thought so but after installing 'Servre' I didnt found any 'mysqld-max' on my system. though, I didnt started building cluster yet to know whether I need any other package in this regard apart from 'Server' and 'Cluster tools'.
     
  5. falko

    falko Super Moderator Howtoforge Staff

  6. cooljai

    cooljai New Member

    Thanks Falko. I will give it a try.

    Actually our need is to setup multiple mysql servers to share the load, data replication with a single point of access, something like you described in clustering.

    As I haven't tried any approach yet, what you suggest to proceed in this situation: Cluster or Master-Master?

    Regards,
     
  7. falko

    falko Super Moderator Howtoforge Staff

    If you have a single point of access, than this one MySQL server will always take the whole load, while the other MySQL servers are doing nothing.

    If your web application is running on multiple nodes, I'd configure the nodes to connect to different MySQL nodes (the MySQL nodes all have the same data thanks to master-master replication).
     

Share This Page