Re: MySQL Cluster Manager 1.4.3 has been released

2017-07-10 Thread daniel so
Hi, Sree, I'm taking care of the release now. Docs should be up soon. Daniel On 10/07/2017 6:53 AM, Sreedhar S wrote: Dear MySQL Users, MySQL Cluster Manager 1.4.3 has been released and can be downloaded from the My Oracle Support (MOS) website. It will also be available on Oracle Software

RE: MySQL Cluster or MySQL Cloud

2013-04-30 Thread Rick James
, April 30, 2013 12:36 AM > To: Neil Tompkins > Cc: [MySQL] > Subject: RE: MySQL Cluster or MySQL Cloud > > Hi Neil, > > If you use MySQL Cluster then you have synchronous replication between > the 2 data nodes which means that if one should fail you're guarantee

RE: MySQL Cluster or MySQL Cloud

2013-04-30 Thread Andrew Morgan
about partitioning, failover etc. Regards, Andrew. > -Original Message- > From: Neil Tompkins [mailto:neil.tompk...@googlemail.com] > Sent: 29 April 2013 14:50 > To: Andrew Morgan > Cc: [MySQL] > Subject: Re: MySQL Cluster or MySQL Cloud > > Hi Andrew, > > Thanks for

Re: MySQL Cluster or MySQL Cloud

2013-04-29 Thread Neil Tompkins
Hi Andrew, Thanks for your response and the useful white paper. I've read the document in great detail. I'm looking for the best up time possible for my application and am still struggling to see the major differences with MySQL cluster compared to MySQL in the Cloud on multiple servers; apart f

RE: MySQL Cluster or MySQL Cloud

2013-04-29 Thread Andrew Morgan
Hi Neil, I hate just sending people off to white papers but you might get some good insights by taking a look at the "MySQL Guide to High Availability Solutions" paper - http://www.mysql.com/why-mysql/white-papers/mysql-guide-to-high-availability-solutions/ Regards, Andrew. Andrew Morgan - M

RE: Mysql Cluster Sync-UP

2013-04-10 Thread Andrew Morgan
Hi Kevin, What do you mean by running MySQL in cluster mode - MySQL Cluster? If so then the data is stored in the data nodes rather than the MySQL Servers and so if bad data is written to one MySQL Server then that same bad data will be viewed through the other MySQL Server too. Regards, Andr

RE: mysql cluster and auto shard

2013-03-18 Thread Rick James
Clustrix now has a software version of their auto-sharding system. (It used to be that they only sold an 'appliance'.) > -Original Message- > From: Andrew Morgan [mailto:andrew.mor...@oracle.com] > Sent: Monday, March 18, 2013 6:51 AM > To: Mike Franon >

RE: mysql cluster and auto shard

2013-03-18 Thread Andrew Morgan
> -Original Message- > From: Mike Franon [mailto:kongfra...@gmail.com] > Sent: 18 March 2013 13:34 > To: > Subject: mysql cluster and auto shard > > I am looking at the best way to scale writes. > > Either using sharding with our existing infrastructure, or moving to > mysql cluster.

RE: MySQL Cluster Solution

2013-03-07 Thread Rick James
giv...@tuxera.be] > Sent: Thursday, March 07, 2013 7:06 AM > To: Neil Tompkins > Cc: [MySQL] > Subject: Re: MySQL Cluster Solution > > - Original Message - > > From: "Neil Tompkins" > > Subject: MySQL Cluster Solution > > > > I've used i

Re: MySQL Cluster Solution

2013-03-07 Thread Johan De Meersman
- Original Message - > From: "Neil Tompkins" > Subject: MySQL Cluster Solution > > I've used in the past MySQL Community Server 5.x. Everything is > fine, however I'm now wanting to implement a new High Availability solution > and am considering MySQL Cluster. However, I heard that MySQ

RE: MySQL Cluster Solution

2013-03-07 Thread Andrew Morgan
Hi Neil, MySQL Cluster *does* support stored procedures. There are some limitation that MySQL Cluster has; this white paper would be a good place to start... http://www.mysql.com/why-mysql/white-papers/mysql-cluster-evaluation-guide/ Regards, Andrew. > -Original Message- > From: Nei

Re: MySQL Cluster alerts

2012-12-18 Thread Andrew Morgan
Hi Bheemsen, looks like a few different things going on there; if you have a MySQL support contract/subscription then it would be worth raising SRs - it doesn't need to be a bug, it's fine tyo ask questions too. A couple of things that spring to mind in-line > I am frequently seeing the f

RE: Mysql cluster installation error

2012-09-23 Thread Martin Gainty
uebernehmen. > Date: Sun, 23 Sep 2012 12:40:17 -0500 > Subject: Re: Mysql cluster installation error > From: aast...@gmail.com > To: mdyk...@gmail.com > CC: mysql@lists.mysql.com > > Thanks! > And how do i connect the cluster from the remote host. > When i try to connect

Re: Mysql cluster installation error

2012-09-23 Thread Michael Dykman
If your remote host is not configured as a sql node to your cluster, you don't need to just to import the schema. Run mysqldump on any client machine specifying any of your configured sql nodes via -host=. On 2012-09-23 1:40 PM, "Aastha" wrote: Thanks! And how do i connect the cluster from th

Re: Mysql cluster installation error

2012-09-23 Thread Aastha
Thanks! And how do i connect the cluster from the remote host. When i try to connect one of the SQL node through remote host it says access denied. WHile the same is working fine from local host. Kindly help. Thanks! On Sun, Sep 23, 2012 at 12:35 PM, Michael Dykman wrote: > If all you need to tr

Re: Mysql cluster installation error

2012-09-23 Thread Michael Dykman
If all you need to transfer is schema, do it the same way you would any other table type: use mysqldump with the - - no-data option. On 2012-09-23 1:29 PM, "Aastha" wrote: Thanks Nitin. I specied the location of my.ini while starting the SQL node and it worked fine. I have anothe rquestion : Ho

Re: Mysql cluster installation error

2012-09-23 Thread Aastha
Thanks Nitin. I specied the location of my.ini while starting the SQL node and it worked fine. I have anothe rquestion : How to connect the cluster and reomte host. And i have to copy a schema from one Mysql clsuter to another. How do i do that. Regards, On Sun, Sep 23, 2012 at 3:13 AM, Nitin Me

Re: Mysql cluster installation error

2012-09-23 Thread Nitin Mehta
Hi Aastha,   I'm not 100% sure but you could try defining the full connectstring using:   ndb-connectstring = localhost:1186   See if that helps.   Regards, From: Aastha To: mysql@lists.mysql.com Sent: Sunday, September 23, 2012 7:51 AM Subject: Mysql cluster

Re: mysql cluster with 3 db/data and 2 mgm nodes

2010-08-09 Thread Rob Wultsch
On Sun, Aug 8, 2010 at 11:49 PM, Walter Heck - OlinData.com wrote: > Unless you have a very good reason, you probably shouldn't go with > cluster in the first place. If it is HA you want to have, check out > other options like MMM for MySQL (http://mysql-mmm.org), DRBD > +Heartbeat and others. > C

Re: mysql cluster with 3 db/data and 2 mgm nodes

2010-08-08 Thread Walter Heck - OlinData.com
Unless you have a very good reason, you probably shouldn't go with cluster in the first place. If it is HA you want to have, check out other options like MMM for MySQL (http://mysql-mmm.org), DRBD +Heartbeat and others. Can you tell us a bit more about your goals/desires? Walter Heck Engineer @ Op

RE: MySQL Cluster / NDB & MyISAM mix

2009-10-15 Thread Christian Meisinger
inger Cc: mysql@lists.mysql.com Subject: Re: MySQL Cluster / NDB & MyISAM mix I can think of no reason why this shouldn't work, My administrator colleagues would probably beat me with 2x4's for handing them such a delicate construct to maintain in production but it seems perfectly f

Re: MySQL Cluster / NDB & MyISAM mix

2009-10-14 Thread Michael Dykman
I can think of no reason why this shouldn't work, My administrator colleagues would probably beat me with 2x4's for handing them such a delicate construct to maintain in production but it seems perfectly feasible to me :-) - michael dykman On Wed, Oct 14, 2009 at 11:03 AM, Christian Meisinger

Re: MySQL Cluster

2008-11-20 Thread Moon's Father
Thanks for advice. There're no environment for me to test the cluster again right now. Hope the chance chooses me, then the english version will be done. :) On Fri, Nov 21, 2008 at 10:48 AM, steve grosz <[EMAIL PROTECTED]>wrote: > Hello Moon's Father, > > That would be great..if it was in eng

Re: MySQL Cluster

2008-11-20 Thread steve grosz
Hello Moon's Father, That would be great..if it was in english ;) Hi. Here are some of my tests on Centos 5.0. http://blog.chinaunix.net/u/29134/article_71956.html On Fri, Nov 21, 2008 at 3:49 AM, Ronan Lucio <[EMAIL PROTECTED]> wrote: Hi, Does anybody has a tip to install a MySQ

Re: MySQL Cluster

2008-11-20 Thread Moon's Father
Hi. Here are some of my tests on Centos 5.0. http://blog.chinaunix.net/u/29134/article_71956.html On Fri, Nov 21, 2008 at 3:49 AM, Ronan Lucio <[EMAIL PROTECTED]> wrote: > Hi, > > Does anybody has a tip to install a MySQL Cluster in a Linux CentOS-5? > Is it better from source or can it be from

Re: MySQL cluster for windows

2007-06-21 Thread Jimmy Guerrero
EMAIL PROTECTED] Sent: Thursday, June 21, 2007 9:42 AM To: Jimmy Guerrero Cc: mysql@lists.mysql.com; C K Subject: Re: MySQL cluster for windows What was the last release of MySQL 5.0.x that supported Cluster ??? - Original Message - From: "Jimmy Guerrero" <[EMAIL PROTECTED]&

Re: MySQL cluster for windows

2007-06-21 Thread Jimmy Guerrero
D]> Cc: mysql@lists.mysql.com Sent: Wednesday, June 20, 2007 5:43:28 PM (GMT-0500) America/New_York Subject: Re: MySQL cluster for windows Hello, MySQL Cluster on Windows will not be available in version 5.1. Older versions of the product used to run on Windows, but the interest was low an

RE: MySQL cluster for windows

2007-06-21 Thread Yi, Ung
007 9:42 AM To: Jimmy Guerrero Cc: mysql@lists.mysql.com; C K Subject: Re: MySQL cluster for windows What was the last release of MySQL 5.0.x that supported Cluster ??? - Original Message - From: "Jimmy Guerrero" <[EMAIL PROTECTED]> To: "C K" <[EMAIL PROTECTE

Re: MySQL cluster for windows

2007-06-21 Thread Rolando Edwards
What was the last release of MySQL 5.0.x that supported Cluster ??? - Original Message - From: "Jimmy Guerrero" <[EMAIL PROTECTED]> To: "C K" <[EMAIL PROTECTED]> Cc: mysql@lists.mysql.com Sent: Wednesday, June 20, 2007 5:43:28 PM (GMT-0500) America/New_Yor

Re: MySQL cluster for windows

2007-06-20 Thread Jimmy Guerrero
Hello, MySQL Cluster on Windows will not be available in version 5.1. Older versions of the product used to run on Windows, but the interest was low and the code has suffered from bit rot as a result. We are really waiting and seeing for the interest to pick up before allocating resources to

Re: MySQL Cluster 5.0.24 (Import) Slow

2006-08-21 Thread Philip Hallstrom
Hi everybody I am running linuz AS-4 with 5.0.24 max version MySQL Cluster i am able to create all the table as ndb but when comming to the import i am not able to import 20 lakhs of record for a table.please help to solve the problem . 20 lakhs => 2 million rows? My memory is that cluste

Re: MySQL Cluster 5.0.24 (Import) Slow

2006-08-19 Thread Dilipkumar
Hi, Its saying as (unknown error 1 in ndb cluster) please report a bug to mysql.bug. Thanks & Regards Dilipkumar - Original Message - From: "Dan Trainor" <[EMAIL PROTECTED]> To: Sent: Sunday, August 20, 2006 2:06 AM Subject: Re: MySQL Cluster 5.0.24 (Import

Re: MySQL Cluster 5.0.24 (Import) Slow

2006-08-19 Thread Dan Trainor
Dilipkumar wrote: Hi everybody I am running linuz AS-4 with 5.0.24 max version MySQL Cluster i am able to create all the table as ndb but when comming to the import i am not able to import 20 lakhs of record for a table.please help to solve the problem . Any suggestions?... Hi - D

Re: MySQL Cluster

2006-07-26 Thread Dilipkumar
) » Thanks & Regards Dilipkumar - Original Message - From: "Jimmy Guerrero" <[EMAIL PROTECTED]> To: "'Kaushal Shriyan'" <[EMAIL PROTECTED]>; Sent: Tuesday, July 25, 2006 7:18 PM Subject: RE: MySQL Cluster Hello, MySQL Cluster has been availab

RE: MySQL Cluster

2006-07-25 Thread Jimmy Guerrero
nal Message- > From: Kaushal Shriyan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 25, 2006 8:33 AM > To: mysql@lists.mysql.com > Subject: Re: MySQL Cluster > > On 7/25/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > > On 7/25/06, Kaushal Shriyan <[E

Re: MySQL Cluster

2006-07-25 Thread Kaushal Shriyan
On 7/25/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: On 7/25/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > Hi ALL > > I want to implement MySQL Cluster, are there any step by step guide to > implement it > > Thanks and Regards > > Kaushal > Hi Is cluster suite is available only in version

Re: MySQL Cluster

2006-07-25 Thread Kaushal Shriyan
On 7/25/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Hi ALL I want to implement MySQL Cluster, are there any step by step guide to implement it Thanks and Regards Kaushal Hi Is cluster suite is available only in version of MySQL 5 and above. Regards Kaushal -- MySQL General Mailing L

Re: MySQL Cluster

2006-07-25 Thread ViSolve DB Team
Hello Kaushal, You can get the MySQL clustering details from the following link. http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-quick.html http://dev.mysql.com/doc/refman/5.0/en/index.html Thanks, ViSolve DB Team - Original Message - From: "Kaushal Shriyan" <[EMAIL PROTECTED]>

Re: MySQL Cluster

2006-07-25 Thread Peter M. Groen
Hi Kaushal, I hav the strong impression you did not look at all to find the answers you seek. A quick search on www.mysql.com gave me 836 hits. My advice would be: Go start reading some documentation regarding Clusters in general and the use of MySQL in such a configuration. Kind Regards, -- Pe

Re: Mysql cluster so slow...

2006-07-17 Thread Chris
Xueron Nee wrote: Hi all, There is a table contains about 60,000 rows. where select from this table with 'order by xxx' statement, it is tooo slow. but if i do it without 'order by xxx', it works fine. Is there any tips and suggestion for me? Thanks! Add an index to the 'xxx' column? That

Re: ~Mysql cluster info~

2006-03-21 Thread Dan Trainor
to a specific date at this time. Thanks, Jimmy Guerrero, Senior Product Manager MySQL Inc, www.mysql.com Houston, TX USA -Original Message- From: Mohammed Abdul Azeem [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 9:30 PM To: Jimmy Guerrero Cc: [EMAIL PROTECTED]; m

RE: ~Mysql cluster info~

2006-03-21 Thread Jimmy Guerrero
ammed Abdul Azeem [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 21, 2006 9:30 PM > To: Jimmy Guerrero > Cc: [EMAIL PROTECTED]; mysql@lists.mysql.com > Subject: RE: ~Mysql cluster info~ > > > Hello Jimmy, > > Do we have a production release of MYSQL cluster 5.1 ? If y

RE: ~Mysql cluster info~

2006-03-21 Thread Mohammed Abdul Azeem
Hello Jimmy, Do we have a production release of MYSQL cluster 5.1 ? If yes please let me know the path from where i can download the same. Thanks in advance, Abdul. On Tue, 2006-03-21 at 07:16 -0600, Jimmy Guerrero wrote: > Hello, > > MySQL 5.0 Cluster is an in-memory database. Meaning that the

RE: ~Mysql cluster info~

2006-03-21 Thread Jimmy Guerrero
Hello, MySQL 5.0 Cluster is an in-memory database. Meaning that the entire database (tables, indexes, etc.) must fit in RAM along with your other OS and application processes. In 5.1, we have introduced disk-based data support. Note, that although data can now be stored on disk, indexes must stil

Re: mysql cluster installation

2004-12-07 Thread Gleb Paharenko
Hello. MySQL tarball contains such file. # md5 mysql-4.1.7.tar.gz MD5 (mysql-4.1.7.tar.gz) = 04c08d2a5cc39050d9fa4727f8f197e8 # tar -tzf mysql-4.1.7.tar.gz |grep compile-pentium-max mysql-4.1.7/BUILD/compile-pentium-max Hiu Yen Onn <[EMAIL PROTECTED]> wrote: > Hiu Yen Onn wrote: >

Re: mysql cluster installation

2004-12-07 Thread Hiu Yen Onn
Hiu Yen Onn wrote: hi, I wish to have clusters of MySQL. i installed it from RPM. version, 4.1.7. but, i cant get the "ndbd" command to start my NDB. do i really need to install from tarball?? i am really new to MySQL clustering. all this while, i am using MySQL standalone database. pls guide m

Re: MySQL Cluster - queries execute with 6.60sec delay when one DB node is dead

2004-05-19 Thread Mikael Ronström
Hi, This behaviour is due to a bug (#3657) which has been solved and the fix is on its way out. Rgrds Mikael 2004-05-19 kl. 13.35 skrev Maciek Dobrzanski: Hi, I have configured MySQL Cluster on two machines with 2 DB nodes (NoOfReplicas = 2) and 2 MySQL API nodes, one of each node type on both sy

RE: mysql cluster ??

2004-05-09 Thread john y
LAMP language-- I mean LAMP sets Sorry john -Original Message- From: john y [mailto:[EMAIL PROTECTED] Sent: Sunday, May 09, 2004 12:52 AM To: [EMAIL PROTECTED] Subject: mysql cluster ?? hello, my question it is about how could I take advantage of MySql cluster, if I'm running a web serv

Re: MySQL cluster

2004-04-15 Thread Jim Winstead
On Thu, Apr 15, 2004 at 03:05:01PM -0400, Wensheng Deng wrote: > Is there some version of MySQL cluster available for downloading at the > moment? If yes, where is it? Thanks in advance. MySQL Cluster is currently only available in source form as part of the MySQL 4.1 BitKeeper repository (which m

Re: MySQL Cluster

2004-04-15 Thread Marc Slemko
On Wed, 14 Apr 2004, Tim Cutts wrote: > > On 14 Apr 2004, at 10:57 pm, Adam Erickson wrote: > > > (This is probably not the best place for this post, but here goes...) > > > > The (soon to be released) MySQL cluster software docs use a "sample" > > cluster node configured with Dual Xeons and 16GB

RE: MySQL Cluster

2004-04-15 Thread Dathan Vance Pattishall
You can also use pae for any one process to address 4 GB of ram on a 32 bit system. -- DVP > -Original Message- > From: Tim Cutts [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 14, 2004 2:05 PM > To: Adam Erickson > Cc: [EMAIL PROTECTED] > Subject: Re: MySQL Cluster

Re: MySQL Cluster

2004-04-14 Thread Tim Cutts
On 14 Apr 2004, at 10:57 pm, Adam Erickson wrote: (This is probably not the best place for this post, but here goes...) The (soon to be released) MySQL cluster software docs use a "sample" cluster node configured with Dual Xeons and 16GB of ram. MySQL has never been able to use more than 2 gi

Re: MySQL Cluster Software

2004-03-16 Thread Sasha Pachev
Tom O'Neill (MySQL User) wrote: I recently saw and article that says MySQL will be shipping its cluster software starting April 14th during the Users Conference & Expo this year. Does anyone have any information about this? My company is considering using the Emic clustering software. Has anyone