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

Поиск
Список
Период
Сортировка
От unclebob
Тема Re: I need to load mysql dump to postgres...
Дата
Msg-id j76vlr$3rn$1@speranza.aioe.org
обсуждение исходный текст
Ответ на I need to load mysql dump to postgres...  (unclebob <unclebob@localhost.unclebob>)
Ответы Re: I need to load mysql dump to postgres...
Список 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 по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: pg 8.3 replication causing corruption
Следующее
От: "David Johnston"
Дата:
Сообщение: Re: Test for cascade delete in plpgsql