Re: Migrate Mysql to Posgresql - Mailing list pgsql-general

From Alain Reymond
Subject Re: Migrate Mysql to Posgresql
Date
Msg-id js018v0q5rkarhrmc070o1sh2j11ftgl3m@4ax.com
Whole thread Raw
List 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


pgsql-general by date:

Previous
From: "Fabio Furia Silva"
Date:
Subject: Persistent variables between cross-calls in C functions
Next
From: "Olivier"
Date:
Subject: Migrate Mysql to Posgresql