Data Center, Colocation, Cloud Computing, Storage, Dedicated Servers Forums

Data Center, Colocation, Cloud Computing, Storage, Dedicated Servers Forums (http://www.datacentertalk.com/forum/index.php)
-   Cluster and Cloud Computing Discussion Forum (http://www.datacentertalk.com/forum/forumdisplay.php?f=69)
-   -   mysql clustering (http://www.datacentertalk.com/forum/showthread.php?t=13796)

tom 10-06-2008 06:53 PM

mysql clustering
 
Hi,

Did anyone configure mysql clustering in your environment? We are running linux. If you have any experience, please provide the starting point.

Alexandre 10-19-2008 12:33 PM

Hello,

The following link will help you to setup and configure such mysql cluster.

Howto:: MySQL5.1 Cluster

If you have any uestions just let m know:)

tom 10-24-2008 06:48 PM

Thank you. Have you done the clustering on CentOS? I'm running centOS 5 and would like to setup.

taki 10-30-2008 03:17 AM

Can you give me a example of what type of SQL database would need a cluster server to do its job? I would imagine it would be under a very heavy work load.

tom 11-12-2008 12:56 PM

We do run few heavy databases on our server, but some times it gets crash so we thought we can come up with mysql clustering solution. Whenever one of the server goes down, we want other server to take over its job.

Did you get my question?

john1544 11-28-2008 11:17 AM

On Linux its little difficult to configure mysql clustering. I know window enviornment.I dont know much about Linux.I think you will have to take search on net.That will help you better.

princee18 01-30-2009 05:20 AM

I could not access the link given by Alexendre but i have searched another link where you can easily know how to setup mysql clustering. Here is the link MySQL Cluster setup and HowTo

Alexandre 02-24-2009 03:43 PM

Yes, it is a good manual!

Schumie 02-26-2009 09:29 AM

MySQL clustering is great if you configure it correctly at the start.

Another option is to separate out your selects from your updates and inserts in your code and have a number of slaves which you query, and updates only go to the master (this is how I used to deal with it before MySQL had clustering ability!)

Alexandre 02-26-2009 08:18 PM

As for me, it is very important to configure everything properly at the start.
That's why so good to read some docs before installation but not after:)))


All times are GMT. The time now is 07:38 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.