Re: I need to load mysql dump to postgres...

From: unclebob <unclebob(at)localhost(dot)unclebob>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: I need to load mysql dump to postgres...
Date: 2011-10-13 15:22:51
Message-ID: j76vlr$3rn$1@speranza.aioe.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Evan Walter 2011-10-13 15:41:32 Trying to use binary replication - from tutorial
Previous Message Fabrízio de Royes Mello 2011-10-13 14:55:47 Video of Activity on PostgreSQL GIT repository