MySQL Forums
Forum List  »  NDB clusters

Re: MySQL cluster works, but not copying tables
Posted by: Mikael Ronström
Date: October 14, 2005 02:08AM

Hi,

Tim Pearson wrote:
> Thanks for your reply.
>
> I had created the database as empty on both nodes.
> Do I need to create the tables on both nodes?
>

No, you can only define them on one node, then they are defined in the cluster.

> When I tried creating new tables on one node, the
> tables were not replicated to the other node.
>

How did you verify this. Did you try a
select * from table;
from the second MySQL Server

Rgrds Mikael

> Tim
>
> ---EDIT---
>
> Could this be the problem:
>
> All machines used in the cluster must have the
> same architecture; that is, all machines hosting
> nodes must be either big-endian or little-endian,
> and you cannot use a mixture of both. For example,
> you cannot have a management node running on a PPC
> which directs a data node that is running on an
> x86 machine. This restriction does not apply to
> machines simply running mysql or other clients
> that may be accessing the cluster's SQL nodes.
>
> I am running the storage nodes on Fedora Core x86
> (little endian) and the management node on OpenWRT
> (little endian).
>
> Do the nodes have to be the same OS, or just the
> same endian-ness?
>
> Tim
>
>
>
> Edited 2 times. Last edit at 10/14/05 03:44AM by
> Tim Pearson.

Mikael Ronstrom
Senior Software Architect, MySQL AB
My blog: http://mikaelronstrom.blogspot.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL cluster works, but not copying tables
1460
October 14, 2005 02:08AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.