2 messages in com.mysql.lists.clusterRe: errors importing database from my...
FromSent OnAttachments
Gregor Reich16 Aug 2006 06:16 
Martin Skold16 Aug 2006 06:33 
Subject:Re: errors importing database from myisam to ndbcluser
From:Martin Skold (Mart@mysql.com)
Date:08/16/2006 06:33:41 AM
List:com.mysql.lists.cluster

Hi Gregor!

Try increasing MaxNoOfAttributes. You can inteprete error codes like this: <your installation dir>/bin/perror --ndb 708 NDB error code 708: No more attribute metadata records (increase MaxNoOfAttributes): Permanent error: Schema error

BR -- Martin

Gregor Reich wrote:

Hi all

I'm practising with mysql cluster and I tried to import an existing database by ALTER TABLE tablename ENGINE=NDBCLUSTER. This is working for the 40-45 first tables (out of 70). When I try to import the tables from "behind", that means beginning from the last table working through to the first, it's the same thing: the last 40-45 are completed. After this, I receive the error message:

ERROR 1005 (HY000) at line 2: Can't create table './typo3/#sql-ba6_17.frm' (errno: 708)

(sometimes there was also an error stating that it couldn't rename a file, but I failed to get this error while typing this email)

Configuration is default "or higher" (got MaxNoOfTables and DataMem higher - enough RAM!, but interestingly, not all the DataMem-Amount is consumed as I see typing "free -m"), Version is mysql - 5.0.22-max, OS is Linux 2.6.16.

Can someone give my a hint where to look for a solution to this problem?