MySQL Forums
Forum List  »  NDB clusters

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

Hi,
Databases are defined in the MySQL Servers. Currently there is no process of
auto-discovering databases. Thus if you want to see the tables of a database
created at another MySQL Server you need to create the database on the other
MySQL Server and then the tables of that database will be autodiscovered.

There is no concept of doing things on one storage node and not on others. The
storage nodes are clustered and has the same information. Thus it is MySQL Servers
that can have differing views on which databases are defined.

Rgrds Mikael


Tim Pearson wrote:
> Hello all (again),
>
> I have set up a MySQL cluster, but when I create
> tables on one storage node the changes are not
> propogated to the second storage node.
>
> I have created the same database names on the
> second storage node.
>
> This may or may not be related to my previous
> post(s) and the workaround I found.
>
> The two servers appear to be chugging away in
> unison every 5 or so seconds, but nothing is
> replicated.
>
> Can anyone help?
>
> Thanks,
>
> Tim

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
1550
October 14, 2005 12:45AM


Sorry, you can't reply to this topic. It has been closed.

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.