darold / ora2pg

Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.
http://www.ora2pg.com/
GNU General Public License v3.0
978 stars 341 forks source link

is this tools supports mysql 8 default authentication as I want to migrate database from mysql v8 to postgres #1700

Closed Anilj2ee7 closed 8 months ago

Anilj2ee7 commented 8 months ago

is this tools supports mysql 8 default authentication as I want to migrate database from mysql v8 to postgres

darold commented 8 months ago

I'm doing the Ora2Pg development on mysql v8.0.34, so I guess that it is supported.

Anilj2ee7 commented 8 months ago

Thanks for confirming darold