MySQL Forums
Forum List  »  NDB clusters

ERROR 1005 (HY000): Can't create table 'myTable' (errno: 708)
Posted by: Aleksey Malakhovskiy
Date: September 26, 2006 05:07AM

I start the cluster; all work fine. But on attempt to create such table:

use myBase;
create table myTable
(
cod_mod_1 dec(6,0),
cod_mod_2 dec(2,0),
tip_mod int,
cod_st_1 dec(6,0),
cod_st_2 dec(2,0),
max_kol int,
napr_pit_1 int,
tok_pit_1 dec(5,3),
napr_pit_2 int,
tok_pit_2 dec(5,3),
napr_pit_3 int,
tok_pit_3 dec(5,3),
priznak dec(1,0),
pr_slot dec(1,0)
) engine=NDB;

i get the error (subject). What does it mean?
MySQL version 5.1.11 on Red Hat 9

Options: ReplyQuote


Subject
Views
Written By
Posted
ERROR 1005 (HY000): Can't create table 'myTable' (errno: 708)
6868
September 26, 2006 05:07AM


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.