MySQL Forums
Forum List  »  PostgreSQL

Re: PostgreSQL -> MySQL...impossible? (Possible!!!)
Posted by: Rob Manning
Date: January 02, 2006 06:44PM

I have written a plugin to the SQuirreL SQL Client (www.squirrelsql.org/) called DBCopy (dbcopyplugin.sf.net).
You merely need to configure SQuirreL to connect to both databases.
Then you select the tables you want to copy from one database and paste them to the
schema of the other. It's not limited to PostgreSQL and MySQL - it handles some commercial
dbs well too. It will copy both the table structure and data, as well as constraints and indexes.

SQuirreL 2.1 final can be downloaded here:

http://sourceforge.net/project/showfiles.php?group_id=28383&package_id=29193&release_id=381575

and DBCopy Plugin v0.20 for SQuirrel can be downloaded here:

http://sourceforge.net/project/showfiles.php?group_id=141843&package_id=155769&release_id=377275

You'll want to extract dbcopy-0.20.zip or dbcopy-0.20.tar.gz into the plugins directory of SQuirreL,
then see the usage tutorial here:

http://dbcopyplugin.sourceforge.net/index.php?page=usage

Rob Manning

Options: ReplyQuote


Subject
Views
Written By
Posted
16837
July 15, 2005 06:52AM
8085
October 11, 2005 11:19AM
8109
December 20, 2005 11:32AM
Re: PostgreSQL -> MySQL...impossible? (Possible!!!)
11024
January 02, 2006 06:44PM
7889
February 16, 2006 05:00PM
8475
April 09, 2006 10:42AM
9585
August 04, 2006 08:47PM
6553
November 21, 2006 10:46AM
6128
November 26, 2006 11:10PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.