Re: database only on one computer in a cluster ?
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
Subject
Views
Written By
Posted
3501
December 13, 2004 03:43AM
Re: database only on one computer in a cluster ?
2497
December 13, 2004 05:05PM
2341
December 14, 2004 02:13AM
2357
December 23, 2004 06:49PM
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.