If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Mysql Cluster: Unable to create table.. Table exists error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-10-06, 09:52
sarojt sarojt is offline
Registered User
 
Join Date: Mar 2006
Posts: 2
Mysql Cluster: Unable to create table.. Table exists error

Hi

I am new to mysql cluster. I have set up the mysql cluster following all the instructions as it is in the document ( document taken from www.mysql.com site)
I have set up 1 Management node, 2 data nodes and 1 SQL node.
And I start the management node with the command ndb_mgmd, the data node with ndbd --initial.
When I give the command show in the ndb_mgm prompt I can see that the other data nodes and the SQL node are connected and running. The display that I find when I run show command is the same as depicted in the document. So I assume that the cluster setup has been done properly.
Now I start the mysql server with the option --ndbcluster on the data nodes.
Another thing is that I first start the mysql server with ndbcluster option and then start the management server. I do this because if I start the management server first and then start the mysql server with ndbcluster option I find the ndbcluster engine as disabled. i.e., show engines show up the status of ndbcluster as disabled. So i start the mysql server first and then the management server and after that I start the data nodes.
Now when I try creating a table (ndb engine) I get the error.
ERROR 1050 (42S01): table myndbtable already exists
And when I execute show tables I find no tables with that name.

Please suggest me on what can be done on this issue.
It is too urgent.

Thanks in advance
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On