On 10/13/2011 05:31 AM, Devrim GÜNDÜZ wrote:
> On Wed, 2011-10-12 at 20:12 -0400, unclebob wrote:
>>
>>
>> I'm under debian squeeze and pgsql 8.4. Do you know which version of
>> mysqlmigrator I can try?
>
> Just download the tarball from EDB website, extract it, and run:
>
> ant compile
> ant dist
> java -jar dist/MigrationWizard.jar
>
> openjdk will just work fine, you don't need Sun^H^H^HOracle Java.
>
> Regards,
Looks like it's not exactly what I need. It migrates data from db to db,
but I need to get data from a file(mysql dump) and load it to postgres.
It's a large file and I don't want to load it to mysql first and then
migrate data.
thanks.