MySQL Forums
Forum List  »  NDB clusters

Re: Existing databases
Posted by: Alex Davies
Date: February 10, 2005 07:01AM

Dan Pirvulescu wrote:
> I allready have a application running on a server
> which have a lot of databases with a lot of tables
> and I want to create a mysql cluster.
> It is possible to add all the databases to the
> cluster without recreate all the tables with
> ENGINE=NDBCLUSTER?

This is not currently possible.

Of course you could write a simple perl script to run on the server that has all the databases to connect to all the other SQL nodes, compare the SHOW DATABASES command with itself and then add any missing databases.

Alex

Alex Davies
http://www.davz.net | alex@davz.net

Options: ReplyQuote


Subject
Views
Written By
Posted
3210
February 07, 2005 08:02AM
2135
February 08, 2005 02:58AM
2002
February 08, 2005 03:27AM
2098
February 08, 2005 08:08PM
2171
February 10, 2005 02:50AM
Re: Existing databases
2213
February 10, 2005 07:01AM
2231
February 11, 2005 09:36AM


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.