Re: Migrate Mysql to Posgresql

From: Alain Reymond <alain(dot)reymond-blabla(at)ceia(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Migrate Mysql to Posgresql
Date: 2003-03-25 16:33:04
Message-ID: js018v0q5rkarhrmc070o1sh2j11ftgl3m@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>Hello,
>
>I want to migrate my MySql databases to Postgresql.
>
>Does anyone know how to do that ???
>
>Thanks for you help
>
>Olivier
>

Olivier,

1 - Export the database structure and data to a series of textfiles,
load your favorite texte editor and modify the scripts to match
PostGres definitions. Create the database under Postgres from the
scripts and import the data.

2 - You can download PGAdmin for Windows. It has a migration wizard
from mdb, odbc. If you have the MySQL odbc driver, you can migrate
from MySql to Postgres very easely.

Best regards.

Alain

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2003-03-25 16:49:25 Re: Cross-machine PL/pgSQL?
Previous Message David Olbersen 2003-03-25 16:25:40 Cross-machine PL/pgSQL?