MySQL Forums
Forum List  »  NDB clusters

Re: Mysql Cluster: Unable to create table.. Table exists error (ERROR 1050)
Posted by: Daniel Pinochet
Date: March 29, 2006 09:55AM

I have the same situation on my Cluster. I solve this editing the my.cnf and add:
default-table-type=NDBCLUSTER

So all tables will be created bases on this type. I'm not sure that if this a real solution, but by default all tables are created using INNODB engine and if you are using a cluster Database it need that all table uses NDBCLUSTER engine.

I think this error is produced if you have ndbcluster table and innodb tables in the same database.

Any have some other ideas?

Regards,
Daniel.

Options: ReplyQuote




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.