MySQL Forums
Forum List  »  NDB clusters

Can't create table './sge0001/#sql-f04_4.frm' (errno: 604)
Posted by: LUIS SANTELIZ
Date: March 31, 2006 07:39AM

Hi i have a small problem when install my application in mysql cluster. the error is:

Can't create table './sge0001/#sql-f04_4.frm' (errno: 604)

how can solve this? which is the errno: 604???

the query is:

ALTER TABLE DPFORMULASPROD ADD CONSTRAINT DPINV_DPFORMULASPROD
FOREIGN KEY (FOR_CODINV)
REFERENCES DPINV(INV_CODIGO) ON UPDATE CASCADE

my config.ini is:

[NDBD DEFAULT]
# los nodos de almacenamiento
NoOfReplicas=3 # Cantidad de replicas
DataMemory=1024M # Cuanta memoria puede ser asignada para almacenamiento de datos
IndexMemory=512M # Cuanta memoria puede ser
# asignada para indices

MaxNoOfAttributes=2000 # Define el numero de attributos que pueden ser definidos en el cluster
MaxNoOfUniqueHashIndexes=512 # define la cantidad de
# indices 'unique' que no
# contiene una clave primaria

MaxNoOfTables=256
[TCP DEFAULT]
portnumber=2202


[NDB_MGMD]
hostname=192.168.0.5 # nombre del host que contendra el proceso
# ndb_mgmd
datadir=/var/lib/mysql-cluster # directorio de trabajo para el
# nodo MGM y archivos .log

[NDBD]
hostname=192.168.0.7 # nombre o IP
datadir=/usr/local/mysql/data # directorio de trabajo

[NDBD]
hostname=192.168.0.6 # nombre o IP
datadir=/usr/local/mysql/data # directorio de trabajo

[NDBD]
hostname=192.168.0.5 # nombre o IP
datadir=/usr/local/mysql/data # directorio de trabajo

[MYSQLD]
hostname=192.168.0.6

#fin de archivo



Edited 1 time(s). Last edit at 03/31/2006 03:41PM by LUIS SANTELIZ.

Options: ReplyQuote


Subject
Views
Written By
Posted
Can't create table './sge0001/#sql-f04_4.frm' (errno: 604)
2400
March 31, 2006 07:39AM


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.