4 messages in com.mysql.lists.clusterproblem create logfile group
FromSent OnAttachments
Disaro Massimo24 Apr 2008 02:01 
ewen fortune24 Apr 2008 10:40 
Jonathan Miller24 Apr 2008 11:32.sh
Moon's Father01 Jun 2008 23:30 
Subject:problem create logfile group
From:Disaro Massimo (Mass@venetolavoro.it)
Date:04/24/2008 02:01:58 AM
List:com.mysql.lists.cluster

Hi! Are my first steps with mysql-cluster.

I have Centos51 5 server (2 datanode,2mysql node,1 management).

Everything going up fast and good.

At the moment I would like to create a database (done and easy) and create a tables disk based.

Following the guide, I have to first create logfile, after create a table space and in the end create table and insert data in.

Unfortunally I got a error when I try to create logfile. The error is not a parser error, mysql server tell this: "ERROR CODE 1528 Failed to create logfile group"

Show warning doesn't help me.

Here the command anyway

Create logfile group logfile_group_1

add undofile 'logfile_group_1_undofile.dat'

initial_size 16

undo_buffer_size 2

engine=ndb

Any idea? What I should look to understand the problem?whats wrong?

Thanks a lot