Results 1 to 2 of 2

Thread: MySQL To PostgreSQL

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Question MySQL To PostgreSQL

    Hello,

    I have an existing PHP project that have got MySQL as a database. Now I wish to transfer the data of MySQL to PostgreSQL. The user is going to interact with the MySQL. But the data of MySQL will be tranferred to PostgreSQL automatically by some internal tool or code. Please help me.

    Thanks a lot in advance.

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: MySQL To PostgreSQL

    you weren't very specific, so what exactly do you need help with? take a look at PHP's PostgreSQL functions.

    as far as transferring goes, I would assume you're using phpMyAdmin, and so you can take a look at installing phpPgAdmin. you can make a dump file of your MySQL database and should maybe be able to place it into a PostgreSQL database without too many changes.

    if you don't know PostgreSQL, then you may want to look at the documentation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width