Migration from mysql to postgresql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shrini

    Migration from mysql to postgresql

    Friends.

    I want to migrate from mysql to postgresql.


    I have a lot of databases and tables in mysql.
    I can export them.

    I need your guidance for importing the databases into postgresql.

    Thanks.

    T.Shrinivasan.

  • noone

    #2
    Re: Migration from mysql to postgresql

    shrini wrote:
    [color=blue]
    > Friends.[/color]
    [color=blue]
    > I want to migrate from mysql to postgresql.[/color]

    [color=blue]
    > I have a lot of databases and tables in mysql.
    > I can export them.[/color]
    [color=blue]
    > I need your guidance for importing the databases into postgresql.[/color]
    [color=blue]
    > Thanks.[/color]
    [color=blue]
    > T.Shrinivasan.[/color]

    you might try requesting this from a postgresql forum....

    try exporting your data in comma-seperated variable format and I am quite
    certain that postgresql has a method to import it. (I am NOT a postgresql
    expert)


    Comment

    Working...