MySQL Forums
Forum List  »  NDB clusters

Re: database only on one computer in a cluster ?
Posted by: Harrison Fisk
Date: December 13, 2004 05:05PM

Hi,

The creation of databases themselves currently isn't replicated as you saw. You need to manually create the database on each system.

The tables only are created on a different mysqld when you try to query them (and now with SHOW TABLES in 4.1.7) When you issue a SHOW TABLES; on the second server, it should show all of the tables you have in your cluster. Are you sure the mysqld is connected to the NDB setup? Do you have any errors in your error log?

Harrison Fisk, Trainer and Consultant
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: database only on one computer in a cluster ?
2434
December 13, 2004 05:05PM


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.