Re: MySQLMigrationsToolkit ...

2006-03-13 Thread Mladen Adamovic
Rafal Kedziorski wrote: The SQL create statements could not be created (error: 0). MigrationMysql.dataBulkTransfer :Java heap space What can I do? That is Java memory related problem. Check out where it invoke the Java VM if possible and add memory parametars like -Xms256m -Xmx900m (it assume

Re: MySQLMigrationsToolkit ...

2006-03-13 Thread Rafal Kedziorski
At 12:31 13.03.2006, Rafal Kedziorski wrote: Hallo, I'm using MySQL MigrationsToolkit 1.0.23rc and while transfering big Table (MySQL 4.0.x to MySQL 5.x, > 4.000.000 entries) I get this message: The SQL create statements could not be created (error: 0). MigrationMysql.dataBulkTransfer :Java h