Are you really running a mysqld with ndbcluster enabled? --ndbcluster
is there in all versions.
Please try to add the switch --ndb-connectstring, which is only
available in the "cluster" version.
Also check that the mysqld is actually connected to the cluster with
ndb_mgm command "show"
BR,
T
Olivier Kaloudoff wrote:
> Hi,
>
>
> I don't understand what's happening with my API node:
>
> [root@ge data]# ../bin/mysqld -u mysql
> --basedir=/usr/src/mysql-debug-4.1.5-gamma-pc-linux-i686/
> --skip-innodb --ndbcluster --port 3307 --debug --log=/tmp/mysql.log &
> [1] 24551
>
> [root@ge data]# 041010 13:40:37 [WARNING] Asked for 196608 thread
> stack, but got 126976
> 041010 13:40:37 [WARNING] mysql.user table is not updated to new
> password format; Disabling new password usage until
> mysql_fix_privilege_tables is run
> 041010 13:40:37 [WARNING] Can't open and lock time zone table: Table
> 'mysql.time_zone_leap_second' doesn't exist trying to live without them
> ../bin/mysqld: ready for connections.
> Version: '4.1.5-gamma-debug-log' socket: '/var/lib/mysql/mysql.sock'
> port: 3307 Official MySQL-debug binary
>
>
> [root@ge data]# mysql -h ge --port=3307
> Welcome to the MySQL monitor. Commands end with ; or \g.
> Your MySQL connection id is 2 to server version: 4.1.5-gamma-debug-log
>
> Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
>
> mysql> show variables like '%ndb%';
> +-----------------+-------+
> | Variable_name | Value |
> +-----------------+-------+
> | have_ndbcluster | NO |
> +-----------------+-------+
> 1 row in set (0.01 sec)
>
> mysql>
>
>
>
> ... strange ...
>