in reply to Re: Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql?
in thread Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql?
Of course, the schema conversion part is a tad difficult if you're not familiar with postgres's data types.
sqlt / http://sqlfairy.sourceforge.net/ *magically* converts from schemas to schemas
sqlt -f MySQL -t PostgreSQL < in.mysql > out.postgresql sqlt --from MySQL --to PostgreSQL < in.mysql > out.postgresql sqlt --parser MySQL --producer PostgreSQL < in.mysql > out.postgresql
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql? (sqlt)
by taint (Chaplain) on Nov 27, 2013 at 14:33 UTC |