Arne Hueggenberg wrote:
> Hi,
>
> trying to import my data into a ndb table i encounter an error 800
>
> unfortunatly perror doesent have anything to say about that error:
>
> db2b mysql # perror --ndb 800
> Error code 800: Unknown error code: Unknown result: Unknown error code
>
>
> The Error occurs executing the following statement:
>
> CREATE TABLE `xxxx_xxxx` (
> `user_id` int(11) NOT NULL auto_increment,
> `vorname` text NOT NULL,
> `nachname` text NOT NULL,
> `email` text NOT NULL,
> `strasse` text NOT NULL,
> `plz` text NOT NULL,
> `ort` text NOT NULL,
> `username` text NOT NULL,
> `userpass` text NOT NULL,
> `datum` int(11) NOT NULL default '0',
> `last_login` int(11) NOT NULL default '0',
> PRIMARY KEY (`user_id`)
> ) TYPE=NDB;
>
> Can anyone tell me what the problem is here?
>
> --
> Arne Hueggenberg <hueggenberg@stripped>
> System Administrator
> Sports & Bytes GmbH
> http://www.sports-and-bytes.com
>
>
Try increasing MaxNoOfOrderedIndexes in your config.ini
/Jonas
--
Jonas Oreland, Software Engineer
MySQL AB, www.mysql.com