11 messages in com.mysql.lists.clusterRe: Can't create table
FromSent OnAttachments
Tatiana Peña21 Sep 2004 09:53 
Mikael Ronström21 Sep 2004 13:46 
Tatiana Peña22 Sep 2004 20:34 
Tomas Ulin23 Sep 2004 02:44 
Tatiana Peña23 Sep 2004 07:16 
Tomas Ulin23 Sep 2004 11:52 
Tatiana Peña25 Sep 2004 17:15 
Magnus Svensson26 Sep 2004 01:15 
Tatiana Peña27 Sep 2004 17:08 
Tatiana Peña27 Sep 2004 17:12 
Magnus Svensson28 Sep 2004 00:19 
Subject:Re: Can't create table
From:Tomas Ulin (tom@mysql.com)
Date:09/23/2004 02:44:25 AM
List:com.mysql.lists.cluster

Tatiana,

please send your script so we can test.

Thanks,

T

Tatiana Peña wrote:

Hi!

Mysql 4.1.5-gamma is installed with the same config.ini file I've sent. Error 4336 seems not to appear anymore :)

I also was trying to create 30 tables using a script but it creates some of them and for the others the system returns:

mysql> CREATE TABLE ctest13 (i INT) ENGINE=NDBCLUSTER; ERROR 1005 (HY000): Can't create table './cdr/ctest3.frm' (errno: 709)

If I delete one table it is possible to create another tables (more than one), but eventually the same error occurs :S

What could be the cause of the error?