Re: I need to load mysql dump to postgres... - Mailing list pgsql-general

From unclebob
Subject Re: I need to load mysql dump to postgres...
Date
Msg-id j76vlr$3rn$1@speranza.aioe.org
Whole thread Raw
In response to I need to load mysql dump to postgres...  (unclebob <unclebob@localhost.unclebob>)
Responses Re: I need to load mysql dump to postgres...  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
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.


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: pg 8.3 replication causing corruption
Next
From: "David Johnston"
Date:
Subject: Re: Test for cascade delete in plpgsql