Showing entries 1 to 1
Displaying posts with tag: MySQL cluster convert innodb myisam error index file (reset)
MySQL Cluster: No more room in index file

Recently we were migrating an InnoDB/MyISAM schema to NDB. I was too lazy to calculate all the needed MySQL Cluster parameters (for example with ndb_size.pl) and just took my default config.ini template.
Because I am really lazy I have a little script doing this for me (alter_engine.sh).

But suddenly my euphoria was stopped abruptly by the following error:

MySQL error code 136: No more room in index file


The usual command that helps me in such a situation is a follows:

# perror 136
MySQL error code 136: No more room in index file


But in this case …

[Read more]
Showing entries 1 to 1