MySQL conversion utility

Started by Thomas Lockhartabout 25 years ago3 messages
#1Thomas Lockhart
lockhart@alumni.caltech.edu

I've committed to contrib/mysql/ a utility called mysql2pgsql to help
with database conversions from MySQL. It requires perl5 and not much
else besides a MySQL schema dump file.

Thanks to Tim Perdue for testing and feedback.

- Thomas

#2Mike Sears
mike@neutrinostudios.com
In reply to: Thomas Lockhart (#1)
Re: MySQL conversion utility

where and is this already availiable?

Mike

Show quoted text

I've committed to contrib/mysql/ a utility called mysql2pgsql to help
with database conversions from MySQL. It requires perl5 and not much
else besides a MySQL schema dump file.

Thanks to Tim Perdue for testing and feedback.

- Thomas

#3Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Thomas Lockhart (#1)
Re: MySQL conversion utility

where and is this already availiable?

It is already in the current PostgreSQL code tree, to be included in the
7.1 release. I can get it posted elsewhere if you would find that
helpful.

- Thomas

Show quoted text

I've committed to contrib/mysql/ a utility called mysql2pgsql to help
with database conversions from MySQL. It requires perl5 and not much
else besides a MySQL schema dump file.