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

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: unclebob <unclebob(at)localhost(dot)unclebob>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: I need to load mysql dump to postgres...
Date: 2011-10-13 09:31:10
Message-ID: 1318498273.2052.129.camel@lenovo01-laptop03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rebecca Clarke 2011-10-13 10:20:06 Transfer 8.3 to 8.4 - FUNCTION gtsq_in(cstring) does not exist
Previous Message Albe Laurenz 2011-10-13 08:21:09 Re: Are file system level differential/incremental backups possible?