MySQL Forums
Forum List  »  NDB clusters

Re: How to create SQL of the Cluster's data?
Posted by: Stewart Smith
Date: June 01, 2005 07:08AM

The same way you normally do - with mysqldump and the command line mysql client.

(you may want to change the storage engine in the CREATE TABLE statements before restoring if you want to switch to InnoDB or MyISAM)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to create SQL of the Cluster's data?
2104
June 01, 2005 07:08AM


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.